From d1f0464890cee8dc550c361bb948529a59970527 Mon Sep 17 00:00:00 2001
From: Olivia206 <olivia.simonet206@gmail.com>
Date: Thu, 15 Feb 2024 18:44:43 +0100
Subject: [PATCH] fix icon

---
 assets/sass/_theme/design-system/search.sass | 5 +++--
 config.yaml                                  | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/assets/sass/_theme/design-system/search.sass b/assets/sass/_theme/design-system/search.sass
index 8d8b2151..20ec6db4 100644
--- a/assets/sass/_theme/design-system/search.sass
+++ b/assets/sass/_theme/design-system/search.sass
@@ -89,9 +89,10 @@
                 position: fixed
                 pointer-events: none
                 z-index: 9
+                font-size: $h2-size
                 @include media-breakpoint-down(desktop)
                     right: $spacing-3
-                    top: space(36)
+                    top: space(35)
         &__search-input
             border-left: 0
             border-right: 0
@@ -153,7 +154,7 @@
                 width: columns(8)
                 &::after
                     left: calc(#{columns(8)} + #{var(--grid-gutter)})
-                    top: space(15)
+                    top: space(16)
                     transform: translateX(-100%)
             &__search-input,
             &__message
diff --git a/config.yaml b/config.yaml
index 02e55a8e..15c4c641 100644
--- a/config.yaml
+++ b/config.yaml
@@ -23,7 +23,7 @@ params:
     position: hero # hero | content
   search:
     active: false
-    position: fixed # menu | fixed | footer
+    position: menu # menu | fixed | footer
     appearance: icon # icon | text | both
   home:
     toc:
-- 
GitLab