From d27d47c13a8fb7c33dff73b3ddbe681fd0700da5 Mon Sep 17 00:00:00 2001 From: Cosme Valera Reales Date: Sun, 20 Oct 2024 12:01:29 +0200 Subject: [PATCH] Fix margins in lateral-menu --- sass/_base.scss | 1 + sass/_responsive.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/sass/_base.scss b/sass/_base.scss index ee5b66e..2eca9ac 100644 --- a/sass/_base.scss +++ b/sass/_base.scss @@ -75,6 +75,7 @@ h1.page-title { display: flex; align-items: center; justify-content: center; + gap: 0.5rem; background-color: black; color: white; padding: 8px 10px; diff --git a/sass/_responsive.scss b/sass/_responsive.scss index 4a9deeb..a38fb08 100644 --- a/sass/_responsive.scss +++ b/sass/_responsive.scss @@ -20,6 +20,7 @@ body { display: flex; align-items: center; justify-content: flex-end; /* Align the icon to the right */ + gap: 0; background-color: black; color: white; padding: 10px;