Skip to content

Commit fa5bc01

Browse files
authored
fix: overflow issue on mobile GlowingBackdrop (#6683)
* fix: overflow issue on mobile GlowingBackdrop * fix: glowing backdrop aspect ratio
1 parent fffbd9c commit fa5bc01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/Common/GlowingBackdrop/index.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
@apply absolute
2525
inset-0
2626
m-auto
27-
h-[600px]
27+
aspect-[1.67]
28+
max-w-[1004px]
2829
object-cover
2930
text-neutral-300
3031
dark:text-neutral-900/75;

0 commit comments

Comments
 (0)