From 026ed96093ffa903d03039809cbfc28b355cec81 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sat, 4 May 2024 14:31:35 -0400 Subject: New layout test --- css/website.css | 10 ++-------- templates/home.html.twig | 4 ++-- templates/page.html.twig | 1 - templates/partials/header.html.twig | 5 +++-- 4 files changed, 7 insertions(+), 13 deletions(-) diff --git a/css/website.css b/css/website.css index e137342..6d73aa9 100644 --- a/css/website.css +++ b/css/website.css @@ -130,14 +130,8 @@ body { background-color: rgba(0, 0, 0, 0.411); display: flex; flex-direction: row; - border-radius: 500px; gap: 10px; - padding: 8px 20px; -} - -.roundedButton:hover -{ - background-color: rgba(0, 0, 0, 0.788); + margin: 15px 5px; } .transparentButton @@ -153,7 +147,7 @@ body { { flex-wrap: wrap; display: flex; - gap: 15px; + gap: 25px; } /* mobile */ diff --git a/templates/home.html.twig b/templates/home.html.twig index afb2b70..7e5be9f 100644 --- a/templates/home.html.twig +++ b/templates/home.html.twig @@ -17,7 +17,7 @@ \ No newline at end of file diff --git a/templates/page.html.twig b/templates/page.html.twig index 1291aaf..dc2c9ed 100644 --- a/templates/page.html.twig +++ b/templates/page.html.twig @@ -14,7 +14,6 @@
{{ page.content|raw }} - {% include 'partials/navigation.html.twig' %}