13 lines
203 B
CSS
13 lines
203 B
CSS
.page-content {
|
|
margin-top: 1vh;
|
|
width: 90%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
body {
|
|
max-width: 700px;
|
|
margin-left: auto !important;
|
|
margin-right: auto !important;
|
|
}
|