Improving the ads on portrait mode.
This commit is contained in:
parent
03f9d76d77
commit
45d9e3cd0b
@ -432,3 +432,10 @@ body {
|
||||
@media (max-width: 200px) {
|
||||
body {
|
||||
font-size: 20px; } }
|
||||
|
||||
@media (max-height: 400px) {
|
||||
body div.carousel {
|
||||
height: 120px;
|
||||
top: calc(100% - 120px); }
|
||||
div.page-contents {
|
||||
height: calc(100% - 60px - 120px); } }
|
||||
|
@ -679,3 +679,15 @@ body {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 400px) {
|
||||
body {
|
||||
div.carousel {
|
||||
height: 120px;
|
||||
top: calc(100% - 120px);
|
||||
}
|
||||
}
|
||||
div.page-contents {
|
||||
height: calc(100% - 60px - 120px);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user