Skip to content

Commit 2915268

Browse files
Henrique FerreiraMatheusDubin
authored andcommitted
feat: Adjustment of the button for the mobile version of Header.
1 parent 6afa68e commit 2915268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Header/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ const Header = React.forwardRef<HTMLDivElement, IHeader>((props, ref) => {
2424
{startAdornment}
2525
<h3 className="font-medium text-white">{title}</h3>
2626
</div>
27-
<div className="flex">
27+
<div className="flex items-center">
2828
<a
2929
href="https://forms.gle/2S7L2gR529Dc8P3T9"
30-
className="bg-white hover:bg-rose-50 text-red-600 font-medium py-2 px-4 rounded-full"
30+
className="bg-white hover:bg-rose-50 text-red-600 font-medium text-xs md:text-base py-2 px-1 md:py-2 md:px-4 rounded-full"
3131
target="_blank"
3232
>
3333
Cadastrar abrigo

0 commit comments

Comments
 (0)