Skip to content

Commit

Permalink
fix: more css updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed May 6, 2024
1 parent 6e1527c commit 13715ab
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/lib/components/organisms/navmenu/navmenu.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,6 @@

.nav_menu_toggleable_responsive {
@extend .nav_menu_toggleable;
& .nav_menu {
@media (min-width: 1024px) {
// .lg_or_larger
justify-content: center !important;
& .nav_menu_header {
margin-top: 0;
margin-bottom: 0;
}
}
}
}
.nav_menu_header {
transition: all 0.3s ease-out;
Expand Down Expand Up @@ -344,11 +334,10 @@
& .link {
@include links_in;
padding: 0 !important;
font-size: var(--font-size-sm);
font-size: 10px;
font-weight: var(--font-weight-bold);
font-family: var(--font-sans);
color: var(--gray-700);
font-variant-caps: all-petite-caps;
margin: 0;
text-decoration: none;
& a {
Expand Down

0 comments on commit 13715ab

Please sign in to comment.