This commit is contained in:
2025-06-03 08:42:16 -07:00
parent a12a04f97e
commit ac3f230766
3 changed files with 5 additions and 3 deletions

View File

@@ -79,7 +79,7 @@
ul#menu-main-menu {
display: flex;
gap: 3rem;
gap: 1.25rem;
padding: 0;
margin: 0;
list-style-type: none;
@@ -89,6 +89,7 @@
a {
color: $c-black;
white-space: nowrap;
}
}
}