We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03e9ab commit c55e36cCopy full SHA for c55e36c
src/components/EnumerationDemo.tsx
@@ -540,7 +540,7 @@ const EnumerationDemo: React.FC<EnumerationDemoProps> = ({
540
</CardTitle>
541
</CardHeader>
542
<CardContent>
543
- <svg viewBox='0 0 400 400' className='w-full h-33 mb-4'>
+ <svg viewBox='0 0 400 400' className='w-full mb-4'>
544
{columns.map((col, i) => (
545
<text
546
key={i}
src/index.css
@@ -120,10 +120,6 @@
120
}
121
122
/* Add responsive utilities */
123
-.h-33 {
124
- height: 33rem;
125
-}
126
-
127
.w-full {
128
width: 100%;
129
0 commit comments