fix: restore exact original styling for PC viewports with md:max-w-none
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user