fix: исправление классов для улучшения стилей в компоненте RitsuSection
This commit is contained in:
@@ -35,14 +35,14 @@
|
||||
</div>
|
||||
<div :class="[
|
||||
'w-full md:w-2/3 xl:w-1/2 2xl:w-1/3',
|
||||
'p-6 mx-auto 2xl:mx-0 space-y-4',
|
||||
'p-6 mx-auto 2xl:mx-0',
|
||||
'rounded-2xl shadow-lg',
|
||||
'hover:scale-105 transition duration-300',
|
||||
'bg-gray-500/25 dark:bg-gray-600/25',
|
||||
'text-gray-700 dark:text-gray-400'
|
||||
]">
|
||||
<img
|
||||
class="w-full h-auto rounded-2xl shadow-lg"
|
||||
class="w-full h-auto rounded-2xl shadow-lg space-y-4"
|
||||
src="/sponsored.jpg" alt="Sponsored by Government of USA"
|
||||
>
|
||||
<div class="text-center text-sm">
|
||||
|
||||
Reference in New Issue
Block a user