{{ post.title }}
{{ post.content }}
diff --git a/style.css b/style.css index bfb3f6a..80c8a5a 100644 --- a/style.css +++ b/style.css @@ -22,6 +22,10 @@ font-display: swap; } +body { + min-height: 100vh; +} + /* PORTADA -> ENLACES */ .margin-50 { margin: 50px 0 !important; @@ -377,6 +381,11 @@ button[type="reset"] { box-shadow: none; } +.section-footer { + position: sticky; + top: 100vh; +} + .section-footer .text-footer a, .section-footer .text-footer p { font-size: 0.9rem; diff --git a/views/partials/head.twig b/views/partials/head.twig index 3efaa82..d70fa2d 100644 --- a/views/partials/head.twig +++ b/views/partials/head.twig @@ -1,6 +1,5 @@
- diff --git a/views/templates/page.twig b/views/templates/page.twig index 7709c52..44ed787 100644 --- a/views/templates/page.twig +++ b/views/templates/page.twig @@ -1,10 +1,11 @@ {% extends 'layouts/base.twig' %} {% block content %} +