Skip to content

Commit 8b0272f

Browse files
committed
fix: footer in home
1 parent 47ecc4c commit 8b0272f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/Home/Home.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const Home = () => {
154154
)}
155155
</main>
156156
</div>
157-
<div className="w-full p-4 flex gap-3 justify-center p-4 flex-wrap items-center bg-red-600">
157+
<div className="w-full flex-col md:flex-row py-8 md:py-4 px-2 md-p4 flex gap-3 justify-center flex-wrap items-center bg-red-600">
158158
<p className="text-white">
159159
Para cadastrar novos abrigos clique{' '}
160160
<a
@@ -165,18 +165,18 @@ const Home = () => {
165165
aqui
166166
</a>
167167
</p>
168-
<span className="text-white"></span>
169-
<p className="text-white flex flex-nowrap items-center gap-2">
168+
<span className="text-white hidden md:block"></span>
169+
<span className="text-white flex flex-nowrap gap-2 items-center">
170170
Projeto Open Source disponível em{' '}
171171
<a
172-
className="underline hover:text-gray-300"
172+
className="underline hover:text-gray-300 flex"
173173
href="https://github.com/SOS-RS"
174174
target="_blank"
175175
>
176176
Github
177177
</a>
178178
<Heart className="h-3 w-3 stroke-white fill-white" />
179-
</p>
179+
</span>
180180
</div>
181181
</div>
182182
);

0 commit comments

Comments
 (0)