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 {
|
body {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
|
padding: 0px 24px !important;
|
||||||
font-family: OpenSans;
|
font-family: OpenSans;
|
||||||
color: white;
|
color: white;
|
||||||
background: black;
|
background: black;
|
||||||
|
@ -64,9 +65,6 @@ body {
|
||||||
mobilebar {
|
mobilebar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 800px) {
|
|
||||||
padding: 0px 24px;
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
header, .sidebar {
|
header, .sidebar {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue