Skip to content

Commit

Permalink
Fix: make the flag icon also resize on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
shiloholotu committed Oct 22, 2024
1 parent 264e6e6 commit ac49783
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,10 @@ body{
}

#navbar img{ height:42px;}
#navbarFlag{
height: 30px !important;
border: 3px solid;
}

/* hover effects */
.languageChoice:hover{
Expand Down

0 comments on commit ac49783

Please sign in to comment.