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;