mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:35:07 +03:00
Moved x-overflow rule to different stylesheet.
This commit is contained in:
parent
8651b3014a
commit
4991ac5109
2 changed files with 2 additions and 6 deletions
|
@ -140,11 +140,6 @@
|
||||||
|
|
||||||
@media only screen and (max-width: 576px) {
|
@media only screen and (max-width: 576px) {
|
||||||
|
|
||||||
html, body {
|
|
||||||
max-width: 100%;
|
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.container-fluid.top-nav{
|
div.container-fluid.top-nav{
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
/* General/Utilities */
|
/* General/Utilities */
|
||||||
|
|
||||||
body{
|
html,body{
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
max-width: 1920px;
|
max-width: 1920px;
|
||||||
|
overflow-x: hidden;
|
||||||
/*
|
/*
|
||||||
background-image: url("/Images/xl-grid-quarter-opacity.svg");
|
background-image: url("/Images/xl-grid-quarter-opacity.svg");
|
||||||
background-size: contain;*/
|
background-size: contain;*/
|
||||||
|
|
Loading…
Reference in a new issue