Add clause for svg to default CSS for HTML.

Suggested at #8969.
This commit is contained in:
John MacFarlane
2023-07-26 09:15:24 -06:00
parent 704a07d963
commit d7c43fda32
5 changed files with 20 additions and 0 deletions
+4
View File
@@ -60,6 +60,10 @@
img {
max-width: 100%;
}
svg {
height; auto;
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 1.4em;
}