Fixing page contents on portait.

This commit is contained in:
sergiotarxz 2023-09-10 12:45:47 +02:00
parent 45d9e3cd0b
commit 27452ed3fb
2 changed files with 4 additions and 4 deletions

View File

@ -437,5 +437,5 @@ body {
body div.carousel {
height: 120px;
top: calc(100% - 120px); }
div.page-contents {
body div.page-contents {
height: calc(100% - 60px - 120px); } }

View File

@ -686,8 +686,8 @@ body {
height: 120px;
top: calc(100% - 120px);
}
}
div.page-contents {
height: calc(100% - 60px - 120px);
div.page-contents {
height: calc(100% - 60px - 120px);
}
}
}