forked from MountainLinuxClub/website
12 lines
156 B
SCSS
12 lines
156 B
SCSS
|
body {
|
||
|
nav {
|
||
|
position: unset;
|
||
|
height: auto;
|
||
|
width: 100%;
|
||
|
}
|
||
|
main {
|
||
|
margin-left: 0;
|
||
|
height: auto;
|
||
|
}
|
||
|
}
|