Some changes
This commit is contained in:
parent
99d2507248
commit
a35c8899ac
27 changed files with 200 additions and 48 deletions
17
sass/home.scss
Normal file
17
sass/home.scss
Normal file
|
@ -0,0 +1,17 @@
|
|||
.header {
|
||||
height: 30vh;
|
||||
background-image: url('/header.jpg');
|
||||
background-size: cover;
|
||||
margin-bottom: 3.25rem;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
body > footer {
|
||||
margin-top: auto;
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
@use './bulma.scss';
|
||||
@use './toast.scss';
|
||||
@use './pagination.scss';
|
||||
@use './pagination.scss';
|
||||
@use './home.scss';
|
Loading…
Add table
Add a link
Reference in a new issue