fixed html class conflict with tinymce editor

This commit is contained in:
Ulf Gebhardt 2019-08-25 20:17:51 +02:00
parent 29d7b2b209
commit a335f8a66c
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ body {
color: $color_white;
}
.page {
.fullpage {
min-height: 100vh;
overflow-y: hidden;
}

View File

@ -46,7 +46,7 @@
</div>
</nav>
<!-- HOME -->
<section id="home" class="page">
<section id="home" class="fullpage">
<h1>${page_title}</h1>
<h4 style="align-self: bottom">${page_statement}</h4>
<a href="#philosophy"><i class="fa fa-angle-down"></i></a>