Skip to content

Commit

Permalink
chore: Explicit padding on mobileMenuAuthContainer
Browse files Browse the repository at this point in the history
Co-authored-by: Heat Hamilton <[email protected]>
  • Loading branch information
EnMod and heatlikeheatwave authored Sep 10, 2024
1 parent ec41196 commit a642d84
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
}

.mobileMenuAuthContainer {
padding: 16px;
padding-bottom: 0;
padding: 16px 16px 0 16px;
margin-bottom: 0;
}

Expand Down

0 comments on commit a642d84

Please sign in to comment.