Skip to content

Commit

Permalink
Adjust menu button positioning and padding for improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MAYANK12SHARMA committed Jan 5, 2025
1 parent 746498c commit 523490e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2610,7 +2610,7 @@ body > footer .license svg {
button.expand-menu {
position: absolute;
top: 4.5em;
right: 0;
right: -2rem;
display: inline-block;
padding: .3em .5em;
border: none;
Expand All @@ -2621,7 +2621,7 @@ body > footer .license svg {
font-style: normal;
font-weight: 700;
font-size: 1em;
padding: 0rem 1rem;
padding: 0.5rem 1rem;
}

.primary-menu {
Expand Down

0 comments on commit 523490e

Please sign in to comment.