portfoligor/assets/scss/_layout.scss

19 lines
298 B
SCSS
Raw Normal View History

//////////////////
// //
// LAYOUT //
// //
//////////////////
body {
display: flex;
flex-direction: column;
height: 100vh;
/* max-width: $content-max-width; */
/* margin: 0 0 0 $content-left-margin; */
}
main {
flex-grow: 1;
2021-10-29 22:34:24 +02:00
margin: 0 0 2.5rem 0;
}