Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
style: equalise horizontal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
TuukkaIkius committed Jan 24, 2024
1 parent d509ba9 commit 151f8d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/DropdownMenu/DropdownSubMenu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ box-sizing: unset;
flex-direction: column;
@media (--nav) {
flex-direction: row;
padding-left: 10%;
padding-left: 4.5%;
padding-right: 4.5%;
background-color: transparent;
}
}
Expand Down

0 comments on commit 151f8d0

Please sign in to comment.