mirror of
https://git.coop/cotech/website.git
synced 2025-12-18 00:47:34 +00:00
Tweak header styles to match new designs
This commit is contained in:
@ -268,6 +268,7 @@ section, footer, header {
|
||||
|
||||
.header a {
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.header a:hover {
|
||||
@ -312,7 +313,10 @@ section, footer, header {
|
||||
}
|
||||
|
||||
.header_burger-btn {
|
||||
display: block;
|
||||
display: flex;
|
||||
gap: var(--space-xs);
|
||||
border: 2px solid var(--cotech-white);
|
||||
border-radius: var(--space-sm);
|
||||
}
|
||||
|
||||
.header_menu-list {
|
||||
|
||||
Reference in New Issue
Block a user