mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +01:00
fix: try to constrain the width of SVG
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
0dc4cdbea9
commit
e319ac7137
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
.themed_svg {
|
||||
max-width: 100%;
|
||||
}
|
||||
max-width: inherit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue