website/sass/mobile.scss

12 lines
156 B
SCSS

body {
nav {
position: unset;
height: auto;
width: 100%;
}
main {
margin-left: 0;
height: auto;
}
}