From 87b5105f3f08e6dce2c452c438afa5bd72781cec Mon Sep 17 00:00:00 2001 From: karkinge Date: Wed, 28 Jan 2026 12:14:09 +0100 Subject: [PATCH] Yep --- public/css/site.css | 14 ++++++++++++++ resources/views/layout.antlers.html | 5 ++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/public/css/site.css b/public/css/site.css index 57ef71d..9b522ef 100644 --- a/public/css/site.css +++ b/public/css/site.css @@ -42,6 +42,9 @@ body{ h1{ margin:0; } +.section.is-fullheight{ + min-height:100lvh; +} /* -----------------------------------------------*/ /*Custom classes*/ @@ -261,6 +264,17 @@ video{ aspect-ratio: 1; } +/*FOOTER*/ +.footer-logo{ + display:flex; + align-items: center; + justify-content: center; + flex-direction: row; + align-content: center; + text-decoration: none; +} + + /*Twist animation*/ .twist{ /* 3D transform pivot on Y axis*/ diff --git a/resources/views/layout.antlers.html b/resources/views/layout.antlers.html index f77df6a..b1cb691 100644 --- a/resources/views/layout.antlers.html +++ b/resources/views/layout.antlers.html @@ -34,7 +34,10 @@