diff --git a/public/styles/main.css b/public/styles/main.css index c964137..65e15d1 100644 --- a/public/styles/main.css +++ b/public/styles/main.css @@ -9,6 +9,7 @@ } h1 { + text-transform: uppercase; color: var(--primary); font-weight: bold; font-size: 1.5em; @@ -31,7 +32,7 @@ header { display: block; - height: 8em; + height: 3em; background-color: white; box-shadow: 0 0.2em 1em black; } \ No newline at end of file diff --git a/templates/_includes/html/base.html.twig b/templates/_includes/html/base.html.twig index 0cc9ecc..891f8ee 100644 --- a/templates/_includes/html/base.html.twig +++ b/templates/_includes/html/base.html.twig @@ -12,6 +12,8 @@ {% set scripts=[ ]|merge(scripts) %} +{% set page="N/A" %} + @@ -49,9 +51,7 @@ -
- {% block headerContent %} - {% endblock %} +

{{ page }}