Skip to content

Commit aff17b3

Browse files
committed
change padding on header buttons to be within narrow header boundaries
1 parent 623ecf8 commit aff17b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

builder-frontend/src/components/Header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const HeaderButton = ({
1919
<div
2020
onClick={onClick}
2121
class="
22-
px-4 py-3 text-md font-bold text-gray-700 rounded-md
22+
px-4 py-2 text-md font-bold text-gray-700 rounded-md
2323
flex items-center
2424
hover:bg-gray-300 cursor-pointer select-none"
2525
>

builder-frontend/src/components/shared/HamburgerMenu/HamburgerMenu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
.menu-toggle {
9-
@apply px-4 py-3 font-bold text-gray-700 rounded-sm;
9+
@apply px-4 py-2 font-bold text-gray-700 rounded-sm;
1010
}
1111
.menu-toggle:hover {
1212
@apply bg-gray-300 cursor-pointer;

0 commit comments

Comments
 (0)