Adjust body padding
This commit is contained in:
parent
f2da90f113
commit
d239b36df1
1 changed files with 1 additions and 3 deletions
|
@ -56,6 +56,7 @@
|
|||
body {
|
||||
margin: auto;
|
||||
max-width: 1200px;
|
||||
padding: 0px 24px !important;
|
||||
font-family: OpenSans;
|
||||
color: white;
|
||||
background: black;
|
||||
|
@ -64,9 +65,6 @@ body {
|
|||
mobilebar {
|
||||
display: none;
|
||||
}
|
||||
@media screen and (max-width: 800px) {
|
||||
padding: 0px 24px;
|
||||
}
|
||||
@media screen and (max-width: 800px) {
|
||||
header, .sidebar {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue