This commit is contained in:
Jeremy Thomas
2018-10-31 18:19:43 +00:00
parent 892c7e7d3b
commit c50cc06e5a
4 changed files with 11 additions and 6 deletions

View File

@@ -7159,6 +7159,10 @@ a.navbar-item:hover, a.navbar-item.is-active,
}
}
.hero.is-fullheight-with-navbar {
min-height: calc(100vh - 3.25rem);
}
.pagination {
font-size: 1rem;
margin: -0.25rem;
@@ -10265,10 +10269,6 @@ label.panel-block:hover {
min-height: 100vh;
}
.hero.is-fullheight-with-navbar {
min-height: calc(100vh - 3.25rem);
}
.hero-video {
overflow: hidden;
}