diff --git a/src/index.css b/src/index.css index 093e9a60..3a372e7f 100644 --- a/src/index.css +++ b/src/index.css @@ -14,6 +14,12 @@ .dark body { @apply bg-dark-950 text-dark-100; } + + /* Prevent SVGs from becoming excessively large if utility classes are lost */ + svg { + max-width: 100%; + height: auto; + } } @layer utilities {