mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-09-22 11:35:33 -05:00
content screen height fix
This commit is contained in:
@@ -193,6 +193,16 @@ tr {
|
|||||||
position: unset !important;
|
position: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.growBottom {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
min-height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.growBottom :last-child {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.header h1 {
|
.header h1 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: .4s;
|
transition: .4s;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="foreground"></div>
|
<div class="foreground"></div>
|
||||||
<div class="relative">
|
<div class="relative growBottom">
|
||||||
<div id="nametag" class="flex" data-aos="fade-up">
|
<div id="nametag" class="flex" data-aos="fade-up">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="textGrad">About</h1>
|
<h1 class="textGrad">About</h1>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
<div class="foreground homeground"></div>
|
<div class="foreground homeground"></div>
|
||||||
<div class="relative">
|
<div class="relative growBottom">
|
||||||
<div id="nametag" class="flex" data-aos="fade-up">{{ nameplate() }}</div>
|
<div id="nametag" class="flex" data-aos="fade-up">{{ nameplate() }}</div>
|
||||||
<!--<INSERT SMALL BANNER HERE FOR PROJECT IMAGECARD CAROUSEL>-->
|
<!--<INSERT SMALL BANNER HERE FOR PROJECT IMAGECARD CAROUSEL>-->
|
||||||
<div id="desktopSpacer"></div>
|
<div id="desktopSpacer"></div>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="foreground"></div>
|
<div class="foreground"></div>
|
||||||
<div class="relative">
|
<div class="relative growBottom">
|
||||||
<div id="nametag" class="flex" data-aos="fade-up">
|
<div id="nametag" class="flex" data-aos="fade-up">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="textGrad">Work</h1>
|
<h1 class="textGrad">Work</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user