Skip to content

Commit ef62dfe

Browse files
add styling of svg
1 parent eb67b4f commit ef62dfe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/globals.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,9 @@
179179
@apply bg-background text-foreground;
180180
}
181181
}
182+
183+
svg {
184+
max-width: 100%;
185+
max-height: 100%;
186+
height: auto;
187+
}

0 commit comments

Comments
 (0)