forked from dbroqua/MusicTopus
{WIP} Bulma => Knacss
This commit is contained in:
parent
b1aaeaaef8
commit
2a35e452d7
6 changed files with 400 additions and 40 deletions
19
sass/global.scss
Normal file
19
sass/global.scss
Normal file
|
@ -0,0 +1,19 @@
|
|||
html,
|
||||
body {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-top: 3.25rem;
|
||||
font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
|
||||
font-weight: 400;
|
||||
|
||||
footer {
|
||||
margin-top: auto;
|
||||
padding: 2rem 0 1.5rem;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #485fc7;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue