Better aspect yet.

This commit is contained in:
Sergiotarxz 2023-10-28 22:09:59 +02:00
parent c384cd0d80
commit 4bdfb5bcb6
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -45,7 +45,7 @@
<div class="complete-container">
%= include 'page/_mobile_menu', categories => $categories
%= include 'page/_mobile_foldable', categories => $categories
<div class="page-contents">
<div class="page-contents no-carousel">
%= include 'page/_desktop_menu', categories => $categories, current_category_slug => $current_category_slug
<%= content %>
<hr/>