Skip to content

Commit

Permalink
bugfix: fixes for homepage with no content
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Oct 21, 2024
1 parent 144bb9d commit e735964
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/static/css/readux2/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ main {
.content {
position: relative;
z-index: 2;
min-height: 100vh;
display: flex;
flex-flow: column;
.space {
flex-grow: 1;
}
.uk-section-default:empty {
background-color: transparent;
}
}

.paragraph {
Expand Down
1 change: 1 addition & 0 deletions apps/templates/cms/home_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
{% if page.featured_video_url %}
{% include '_home/_video.html' %}
{% endif %}
<div class="space"></div>
{% include '_home/_footer.html' %}
</div>
</div>
Expand Down

0 comments on commit e735964

Please sign in to comment.