Skip to content

Commit

Permalink
Simplify NavbarMobileV2 styles
Browse files Browse the repository at this point in the history
Removed commented-out CSS rules to clean up the NavbarMobileV2 stylesheet. Adjusted the langSwitcher outline to use a box shadow for better visual consistency.
  • Loading branch information
leolabdev committed Sep 20, 2024
1 parent 13528e8 commit 78171cf
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@

.navLogo {
img {
//height: var(--navbar-logo-height);
width: 25vw;
max-width: 150px;
//width: auto;
}
}

Expand Down Expand Up @@ -90,18 +88,12 @@

.langSwitcher {
border-radius: var(--border-radius-custom);
outline: 2px solid var(--inverted-primary-color);
box-shadow: 0 0 0 2px var(--inverted-primary-color);
background-color: rgba(0, 0, 0, 0.8);
color: var(--secondary-color) !important;
font-size: var(--font-size-m) !important;
}

//@media (max-width: 800px){
// .NavbarMobile{
// height: 7vh;
// }
//}

.FixedButton{
text-align: center;
position: absolute;
Expand Down

0 comments on commit 78171cf

Please sign in to comment.