File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/app/(public)/_components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export function Button({
14
14
< div className = "relative inline-block m-3 group w-fit" >
15
15
< button
16
16
className = { cn (
17
- 'bg-hacktoberfest-black hover:bg-hacktoberfest-dark-green btn btn-lg text-hacktoberfest-light rounded-2xl leading-none border-none' ,
17
+ 'bg-hacktoberfest-black hover:bg-hacktoberfest-dark-green btn btn-lg text-hacktoberfest-light rounded-2xl leading-none border-none h-auto p-2 ' ,
18
18
className
19
19
) }
20
20
{ ...props }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export async function Header() {
13
13
return (
14
14
< header className = "border-b-[0.5px] border-dashed border-b-hacktoberfest-light-green mb-5" >
15
15
< div className = "container px-4 py-2 mx-auto" >
16
- < div className = "justify-between shadow-lg navbar" >
16
+ < div className = "justify-between shadow-lg navbar gap-2 " >
17
17
< Link href = "/" >
18
18
< img
19
19
src = "/horizontal_beige.png"
You can’t perform that action at this time.
0 commit comments