WIP
This commit is contained in:
@@ -10,6 +10,24 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#mobile-nav-toggle {
|
||||
svg:first-of-type {
|
||||
display: block;
|
||||
}
|
||||
svg:last-of-type {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mobile-nav-open {
|
||||
svg:first-of-type {
|
||||
display: none;
|
||||
}
|
||||
svg:last-of-type {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
nav.main-nav {
|
||||
|
||||
Reference in New Issue
Block a user