Forgot to commit those.

This commit is contained in:
Ad5001 2021-09-30 23:03:09 +02:00
parent 2dd0188859
commit d24b742912
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
2 changed files with 2 additions and 4 deletions

View File

@ -17,11 +17,11 @@
*/ */
section.section-header { section.section-header {
height: calc(100vh + 3em); height: 100vh;
& > div.columns-container { & > div.columns-container {
padding-top: 3em !important; padding-top: 3em !important;
height: calc(100% - 6em); height: calc(100% - 10em);
} }
} }

View File

@ -15,8 +15,6 @@
</div> </div>
<br> <br>
<br> <br>
<br>
<br>
</div> </div>
</div> </div>
</section> </section>