File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ const Home = () => {
154
154
) }
155
155
</ main >
156
156
</ 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" >
158
158
< p className = "text-white" >
159
159
Para cadastrar novos abrigos clique{ ' ' }
160
160
< a
@@ -165,18 +165,18 @@ const Home = () => {
165
165
aqui
166
166
</ a >
167
167
</ 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 " >
170
170
Projeto Open Source disponível em{ ' ' }
171
171
< a
172
- className = "underline hover:text-gray-300"
172
+ className = "underline hover:text-gray-300 flex "
173
173
href = "https://github.com/SOS-RS"
174
174
target = "_blank"
175
175
>
176
176
Github
177
177
</ a >
178
178
< Heart className = "h-3 w-3 stroke-white fill-white" />
179
- </ p >
179
+ </ span >
180
180
</ div >
181
181
</ div >
182
182
) ;
You can’t perform that action at this time.
0 commit comments