From 0b60f03c57ea2fddc79a847cadaf34cbceb34f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Wed, 9 Apr 2025 07:21:01 +0400 Subject: [PATCH] fix burger menu icon --- css/styles.css | 15 ++++++++++----- index.php | 7 +++---- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/css/styles.css b/css/styles.css index 9e49ad9..50f5a91 100644 --- a/css/styles.css +++ b/css/styles.css @@ -603,10 +603,9 @@ img { border: none; font-size: 24px; cursor: pointer; - position: fixed; - top: 15px; - right: 15px; + position: relative; z-index: 200; + margin-left: 15px; } .mobile-menu { @@ -709,17 +708,23 @@ img { } .header { - padding: 10px; + padding: 10px 15px; + justify-content: space-between; } .search-container { - max-width: 100%; + max-width: 50%; } .social-icons { display: none; } + .action-icons { + display: flex; + align-items: center; + } + .hero-mastodon-wrapper { flex-direction: column; } diff --git a/index.php b/index.php index e918454..581b612 100644 --- a/index.php +++ b/index.php @@ -92,6 +92,9 @@
+
@@ -352,10 +355,6 @@ - -