From 8432cc0bf6d0be35d31b60c37fe23542df3e6995 Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Sun, 23 Aug 2026 00:53:32 -0500 Subject: [PATCH] content screen height fix --- src/static/css/App.css | 10 ++++++++++ src/templates/about.html | 2 +- src/templates/home.html | 2 +- src/templates/projects.html | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/static/css/App.css b/src/static/css/App.css index 37cc795..f6b651f 100755 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -193,6 +193,16 @@ tr { position: unset !important; } +.growBottom { + display: flex; + flex-direction: column; + min-height: 100vh; +} + +.growBottom :last-child { + flex-grow: 1; +} + .header h1 { display: inline-block; transition: .4s; diff --git a/src/templates/about.html b/src/templates/about.html index b2a0f2d..8c5e847 100644 --- a/src/templates/about.html +++ b/src/templates/about.html @@ -1,6 +1,6 @@ {% block content %}
-
+

About

diff --git a/src/templates/home.html b/src/templates/home.html index ced9463..494e90d 100755 --- a/src/templates/home.html +++ b/src/templates/home.html @@ -19,7 +19,7 @@ {% endmacro %}
-
+
{{ nameplate() }}
diff --git a/src/templates/projects.html b/src/templates/projects.html index 3ae919d..6416ad6 100755 --- a/src/templates/projects.html +++ b/src/templates/projects.html @@ -1,6 +1,6 @@ {% block content %}
-
+

Work