diff --git a/home.html b/home.html index a40a5e1..c6ed3b9 100644 --- a/home.html +++ b/home.html @@ -93,13 +93,17 @@
+ + + diff --git a/styles/flashy.css b/styles/flashy.css index 002de17..527f819 100644 --- a/styles/flashy.css +++ b/styles/flashy.css @@ -203,6 +203,9 @@ body { background-color: #e8e8e8; overflow-x: hidden; font-family: 'Titillium Web', sans-serif; + display: flex; + min-height: 100vh; + flex-direction: column; } html { @@ -238,6 +241,7 @@ nav { } main{ min-height:145px; + flex: 1 0 auto; } .side-nav .collapsible-body { width: 100%; diff --git a/templates/feed.html b/templates/feed.html index fa043dc..91ddcd5 100644 --- a/templates/feed.html +++ b/templates/feed.html @@ -7,7 +7,7 @@ -
+