fixed html class conflict with tinymce editor
This commit is contained in:
parent
29d7b2b209
commit
a335f8a66c
@ -25,7 +25,7 @@ body {
|
||||
color: $color_white;
|
||||
}
|
||||
|
||||
.page {
|
||||
.fullpage {
|
||||
min-height: 100vh;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user