fix: restore exact original styling for PC viewports with md:max-w-none

This commit is contained in:
antv
2026-07-08 15:34:35 +07:00
parent bffb3f3884
commit 5e6ce46e00
@@ -20,7 +20,7 @@
</div>
<!-- Illustration Right -->
<div class="w-full max-w-[280px] md:w-[340px] shrink-0 relative flex justify-center md:justify-end mt-6 md:mt-0">
<div class="w-full max-w-[280px] md:w-[340px] md:max-w-none shrink-0 relative flex justify-center md:justify-end mt-6 md:mt-0">
<img src="{{ asset('images/hero_banner_illustration.png') }}" alt="Illustration" class="w-full max-w-[320px] object-contain drop-shadow-xl z-10 mix-blend-multiply">
</div>