Better aspect yet.
This commit is contained in:
parent
c384cd0d80
commit
4bdfb5bcb6
@ -555,4 +555,4 @@ body {
|
||||
height: 120px;
|
||||
top: calc(100% - 120px); }
|
||||
body div.page-contents {
|
||||
height: calc(100% - 60px - 120px); } }
|
||||
height: calc(100% - 60px); } }
|
||||
|
@ -861,7 +861,7 @@ body {
|
||||
}
|
||||
|
||||
div.page-contents {
|
||||
height: calc(100% - 60px - 120px);
|
||||
height: calc(100% - 60px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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/>
|
||||
|
Loading…
Reference in New Issue
Block a user