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 @@