3
0
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:
Chris Lowis
2025-12-15 16:50:40 +00:00
parent fedff4f6b8
commit d329b6e51f
3 changed files with 16 additions and 3 deletions

View File

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