mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Update to tailwind V4
This commit is contained in:
parent
fee27fa99e
commit
44ffb3d986
13 changed files with 262 additions and 434 deletions
|
|
@ -49,7 +49,7 @@ const locale = navigator.languages && navigator.languages.length ? navigator.lan
|
|||
</style>
|
||||
|
||||
<BaseLayout>
|
||||
<div class='flex flex-col flex-1 max-w-[2000px] px-6 py-3'>
|
||||
<div class='flex flex-col flex-1 max-w-[2000px] px-10 py-3'>
|
||||
<div class='flex gap-x-3'>
|
||||
<div class='flex-1'>
|
||||
<div class='size-full relative cursor-pointer'>
|
||||
|
|
@ -244,7 +244,7 @@ const locale = navigator.languages && navigator.languages.length ? navigator.lan
|
|||
<div class='flex gap-2 my-2'>
|
||||
<div>
|
||||
<Image
|
||||
class='rounded'
|
||||
class='rounded-md'
|
||||
width={30}
|
||||
height={30}
|
||||
alt={provider}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue