7 lines
78 B
CSS
7 lines
78 B
CSS
body {
|
|
width:80vw;
|
|
margin:auto;
|
|
}
|
|
#side-nav {
|
|
margin-left: 10vw;
|
|
} |