Handle SVGs like images

This commit is contained in:
Lucien Cartier-Tilet 2020-12-07 16:03:33 +01:00
parent 975b5d3fb3
commit 5355576443
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 6 additions and 1 deletions

View File

@ -329,11 +329,16 @@ th, td {
padding: 10px; padding: 10px;
} }
img { img, svg {
max-height: 600px; max-height: 600px;
max-width: 100%; max-width: 100%;
} }
svg {
display: block;
margin: 0 auto;
}
header > img { header > img {
width: 150px; width: 150px;
height: 150px; height: 150px;