MusicTopus/sass/global.scss

20 lines
499 B
SCSS
Raw Normal View History

2022-02-18 08:14:34 +01:00
html,
body {
2022-02-18 09:15:48 +01:00
min-height: calc(100vh - 3.25rem);
2022-02-18 08:14:34 +01:00
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;
2022-02-18 11:05:10 +01:00
cursor: pointer;
2022-02-18 08:14:34 +01:00
}
}