Fixing desktop styles for ads.
This commit is contained in:
parent
21578fe17a
commit
f0d0268ccb
@ -248,8 +248,8 @@ body {
|
|||||||
body div.page-contents {
|
body div.page-contents {
|
||||||
top: 0%;
|
top: 0%;
|
||||||
left: 5%;
|
left: 5%;
|
||||||
height: 100%;
|
height: 80%;
|
||||||
width: 90%; }
|
width: 100%; }
|
||||||
body div.page-contents nav.mobile-foldable, body div.page-contents nav.mobile-foldable.show {
|
body div.page-contents nav.mobile-foldable, body div.page-contents nav.mobile-foldable.show {
|
||||||
display: none; }
|
display: none; }
|
||||||
body div.page-contents div.description {
|
body div.page-contents div.description {
|
||||||
@ -263,7 +263,9 @@ body {
|
|||||||
body div.page-contents nav.desktop a img.index-image-menu {
|
body div.page-contents nav.desktop a img.index-image-menu {
|
||||||
padding-top: 15px; }
|
padding-top: 15px; }
|
||||||
body div.page-contents nav.mobile-shortcuts {
|
body div.page-contents nav.mobile-shortcuts {
|
||||||
display: none; } }
|
display: none; }
|
||||||
|
body div.page-contents.no-carousel {
|
||||||
|
height: 100%; } }
|
||||||
|
|
||||||
@media (min-width: 1333px) {
|
@media (min-width: 1333px) {
|
||||||
body div.page-contents div.description div.articles a {
|
body div.page-contents div.description div.articles a {
|
||||||
|
@ -424,8 +424,11 @@ body {
|
|||||||
|
|
||||||
top: 0%;
|
top: 0%;
|
||||||
left: 5%;
|
left: 5%;
|
||||||
|
height: 80%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
div.page-contents.no-carousel {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 90%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user