website/sass/mobile.scss

12 lines
156 B
SCSS
Raw Normal View History

2022-03-24 19:27:03 +00:00
body {
nav {
position: unset;
height: auto;
width: 100%;
}
main {
margin-left: 0;
height: auto;
}
}