Updated css

This commit is contained in:
shrkey
2016-09-24 20:38:10 +01:00
parent d4ce67b546
commit d3da527f0a

View File

@@ -290,7 +290,7 @@ a:hover {
padding-left: 40px; padding-left: 40px;
padding-right: 40px; padding-right: 40px;
zoom: 1; zoom: 1;
max-width: 66%; max-width: 100%;
background: #fff; background: #fff;
} }
.content:before, .content:before,
@@ -768,7 +768,17 @@ a.big.button:hover:visited {
.menubar { .menubar {
display: none; display: none;
} }
body {
background: #ffffff;
}
} }
@media (max-width: 1179px) {
body {
background: #ffffff;
}
}
@media (min-width: 768px) { @media (min-width: 768px) {
.content-root { .content-root {
padding-left: 230px; padding-left: 230px;