Move hamburger menu to top right corner of header
This commit is contained in:
+10
-3
@@ -20,11 +20,18 @@ a:hover { text-decoration: underline; }
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 24px 0;
|
||||
padding: 24px 24px;
|
||||
position: relative;
|
||||
}
|
||||
.brand { font-size: 1.75rem; font-weight: 800; display: flex; align-items: center; gap: 12px; }
|
||||
.header-right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
position: relative;
|
||||
}
|
||||
.brand { font-size: 1.75rem; font-weight: 800; display: flex; align-items: center; gap: 12px; position: relative; }
|
||||
.hamburger-btn {
|
||||
background: none; border: none; cursor: pointer; padding: 4px;
|
||||
display: flex; align-items: center; justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user