@@ -8,9 +8,11 @@ class="sr-only"
8
8
>
9
9
Footer
10
10
</h2 >
11
- <div class =" flex flex-wrap items-center justify-between gap-x-6 gap-y-4" >
11
+ <div
12
+ class =" flex flex-col flex-wrap items-center gap-x-6 gap-y-4 md:flex-row md:justify-between"
13
+ >
12
14
{{-- Left side --}}
13
- <div class =" flex flex-col gap-6" >
15
+ <div class =" flex flex-col items-center gap-6 md:items-start " >
14
16
{{-- Logo --}}
15
17
<div
16
18
x-init ="
@@ -162,7 +164,7 @@ class="flex items-center pb-3 pt-3"
162
164
163
165
{{-- Copyright --}}
164
166
<section
165
- class =" flex flex-wrap items-center justify-between gap-x-5 gap-y-3 text-sm text-gray-500 dark:text-gray-400/80"
167
+ class =" flex flex-col flex- wrap items-center gap-x-5 gap-y-3 text-center text- sm text-gray-500 md:flex-row md:justify-between md:text-left dark:text-gray-400/80"
166
168
aria-label =" Credits and copyright information"
167
169
>
168
170
<div
@@ -183,29 +185,29 @@ class="flex flex-wrap items-center justify-between gap-x-5 gap-y-3 text-sm text-
183
185
})
184
186
}
185
187
"
186
- class =" flex flex-wrap items-center gap-2 opacity-0"
188
+ class =" flex flex-col flex- wrap items-center gap-2 opacity-0 md:flex-row "
187
189
>
188
190
<div class =" flex gap-1" >
189
191
<div >Website designed by</div >
190
192
<a
191
193
href =" https://twitter.com/HassanZahirnia"
192
194
target =" _blank"
193
- class =" transition duration-200 hover:text-black dark:hover:text-white"
195
+ class =" font-medium text-black/80 transition duration-200 hover:text-black dark:text-white/80 dark:hover:text-white"
194
196
aria-label =" Hassan's Twitter profile"
195
197
rel =" noopener noreferrer"
196
198
>
197
199
Hassan Zahirnia
198
200
</a >
199
201
</div >
200
202
<div
201
- class =" hidden h-3 w-0.5 bg-gray-300 min-[438px] :block dark:bg-[#242734]"
203
+ class =" hidden h-3 w-0.5 bg-gray-300 md :block dark:bg-[#242734]"
202
204
></div >
203
205
<div class =" flex gap-1" >
204
206
<div >Logo by</div >
205
207
<a
206
208
href =" https://twitter.com/caneco"
207
209
target =" _blank"
208
- class =" transition duration-200 hover:text-black dark:hover:text-white"
210
+ class =" font-medium text-black/80 transition duration-200 hover:text-black dark:text-white/80 dark:hover:text-white"
209
211
aria-label =" Caneco's Twitter profile"
210
212
rel =" noopener noreferrer"
211
213
>
@@ -237,7 +239,7 @@ class="opacity-0"
237
239
<a
238
240
href =" https://twitter.com/marcelpociot"
239
241
target =" _blank"
240
- class =" transition duration-200 hover:text-black dark:hover:text-white"
242
+ class =" font-medium text-black/80 transition duration-200 hover:text-black dark:text-white/80 dark:hover:text-white"
241
243
aria-label =" Marcel Pociot's Twitter profile"
242
244
rel =" noopener noreferrer"
243
245
>
@@ -247,13 +249,12 @@ class="transition duration-200 hover:text-black dark:hover:text-white"
247
249
<a
248
250
href =" https://twitter.com/simonhamp"
249
251
target =" _blank"
250
- class =" transition duration-200 hover:text-black dark:hover:text-white"
252
+ class =" font-medium text-black/80 transition duration-200 hover:text-black dark:text-white/80 dark:hover:text-white"
251
253
aria-label =" Simon Hamp's Twitter profile"
252
254
rel =" noopener noreferrer"
253
255
>
254
256
Simon Hamp
255
257
</a >
256
- <span >.</span >
257
258
</div >
258
259
</section >
259
260
</footer >
0 commit comments