From c978957b6e43d0e73dd9cff58042ff0a5ef0d0b5 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Mon, 25 Nov 2024 21:39:36 +0100 Subject: [PATCH 1/5] Offload inline-css to file --- public/assets/css/geant.css | 6 ++++++ themes/tnc/default/_header.twig | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/public/assets/css/geant.css b/public/assets/css/geant.css index 5761e28..559ed42 100644 --- a/public/assets/css/geant.css +++ b/public/assets/css/geant.css @@ -4,6 +4,12 @@ body { background-color: #ddd; } +#header { + background-repeat: no-repeat; + background-size: cover; + height: 14rem; +} + div.wrap { margin-left: 2%; margin-right: 2%; diff --git a/themes/tnc/default/_header.twig b/themes/tnc/default/_header.twig index 55b895e..7afceae 100644 --- a/themes/tnc/default/_header.twig +++ b/themes/tnc/default/_header.twig @@ -2,11 +2,7 @@ {% endblock %} {% set hideLanguageBar = true %} -