fix burger menu icon
This commit is contained in:
+10
-5
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user