Forgot to commit those.
This commit is contained in:
parent
2dd0188859
commit
d24b742912
2 changed files with 2 additions and 4 deletions
|
@ -17,11 +17,11 @@
|
|||
*/
|
||||
|
||||
section.section-header {
|
||||
height: calc(100vh + 3em);
|
||||
height: 100vh;
|
||||
|
||||
& > div.columns-container {
|
||||
padding-top: 3em !important;
|
||||
height: calc(100% - 6em);
|
||||
height: calc(100% - 10em);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -15,8 +15,6 @@
|
|||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue