Quote Block lg breakpoint

This commit is contained in:
adilallo
2025-08-25 19:17:41 -06:00
parent ccee34f5c8
commit f1dbfbfdac
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
const QuoteDecor = ({ className = "" }) => {
return (
<svg
className={`text-[var(--color-surface-inverse-brand-primary)] opacity-100 w-full h-full md:max-w-[640px] lg:max-w-[1440px] ${className}`}
className={`text-[var(--color-surface-inverse-brand-primary)] opacity-100 w-full h-full md:max-w-[640px] lg:max-w-[850px] xl:max-w-[850px] ${className}`}
viewBox="400 0 442 163"
aria-hidden="true"
overflow="visible"