Fixed horizontal scrollbar (#9853)

This commit is contained in:
Alexey Pyltsyn
2018-01-29 21:07:59 +00:00
committed by Sabe Jones
parent 4ee788f541
commit 3c603e3bb1
2 changed files with 5 additions and 5 deletions

View File

@@ -149,11 +149,6 @@
color: #c3c0c7; color: #c3c0c7;
} }
} }
& > .row {
margin-left: 12px;
margin-right: 12px;
}
} }
h3 { h3 {

View File

@@ -64,6 +64,10 @@ div
#purple-footer { #purple-footer {
background-color: #271b3d; background-color: #271b3d;
.row {
margin: 0;
}
footer, footer a { footer, footer a {
background: transparent; background: transparent;
color: #d5c8ff; color: #d5c8ff;
@@ -113,6 +117,7 @@ div
.static-wrapper { .static-wrapper {
.container-fluid { .container-fluid {
margin: 5em 2em 2em 2em; margin: 5em 2em 2em 2em;
width: auto;
} }
h1, h2 { h1, h2 {