From 38e2d86a58a6c233950c16df71e539f4fd8b66b8 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sat, 4 May 2024 14:56:20 -0400 Subject: New layout 2 --- css/website.css | 3 +-- templates/partials/header.html.twig | 23 ++++++++++++++++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/css/website.css b/css/website.css index 6d73aa9..1454164 100644 --- a/css/website.css +++ b/css/website.css @@ -127,11 +127,10 @@ body { .roundedButton { text-wrap: nowrap; - background-color: rgba(0, 0, 0, 0.411); display: flex; flex-direction: row; gap: 10px; - margin: 15px 5px; + margin: 5px 5px; } .transparentButton diff --git a/templates/partials/header.html.twig b/templates/partials/header.html.twig index e19b414..fbc43ec 100644 --- a/templates/partials/header.html.twig +++ b/templates/partials/header.html.twig @@ -14,5 +14,26 @@ {% else %} web {% endif %} #} - {% include 'partials/navigation.html.twig' %} + {# {% include 'partials/navigation.html.twig' %} #} + + {% if page.url != "/" %} + {{site.title|e}} + {% endif %} \ No newline at end of file -- cgit v1.2.3