Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 8c8dee1

Browse files
committed
Reduce padding
1 parent 85f0463 commit 8c8dee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/organisms/Header/Header.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.header {
2-
@apply sticky top-0 py-8 transition-all z-50 border-b shadow bg-gray-100;
2+
@apply sticky top-0 py-4 transition-all z-50 border-b shadow bg-gray-100;
33

44
& .search {
55
@apply container mb-8;

0 commit comments

Comments
 (0)