mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -04:00
Docs: Changing the height of SVGs in px
This commit is contained in:
parent
e1d7b5a247
commit
a9c851d5b3
7 changed files with 36 additions and 16 deletions
|
@ -88,3 +88,10 @@ form.grid {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Embedded SVG
|
||||
// ––––––––––––––––––––
|
||||
svg {
|
||||
height: 1rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue