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 @@ - -