We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa32464 commit 02298abCopy full SHA for 02298ab
2 files changed
app/components/modules/FiftyFiftySecondary.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div
3
- class="grid-12 bg-secondary -mx-side-mobile md:px-0 md:rounded-2xl overflow-hidden"
+ class="grid-12 bg-secondary max-md:-mx-side-mobile md:px-0 md:rounded-2xl overflow-hidden"
4
>
5
6
class="col-span-12 max-md:order-2 md:col-span-5 max-w-copy max-md:mx-side-mobile flex flex-col justify-center gap-y-6 py-10"
app/components/modules/FiftyFiftyWhite.vue
@@ -39,7 +39,7 @@
39
:src="data.image.url"
40
:alt="data.image.description ?? ''"
41
sizes="95vw md:50vw lg:730px"
42
- class="object-cover aspect-4/3 w-full md:h-full rounded-xl"
+ class="object-cover aspect-4/3 w-full md:h-full rounded-lg"
43
/>
44
</div>
45
0 commit comments