Docs: Changing the height of SVGs in px

This commit is contained in:
Lucas 2020-10-27 11:19:44 +07:00
parent e1d7b5a247
commit a9c851d5b3
7 changed files with 36 additions and 16 deletions

View file

@ -88,3 +88,10 @@ form.grid {
margin-bottom: 0;
}
}
// Embedded SVG
//
svg {
height: 1rem;
}