mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 02:36:15 -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
|
@ -124,6 +124,10 @@ form.grid > button {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
svg {
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Docs: Aside
|
||||
*/
|
||||
|
@ -402,7 +406,7 @@ body > nav a {
|
|||
border-radius: 0;
|
||||
}
|
||||
|
||||
body > nav a svg {
|
||||
body > nav svg {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
|
@ -415,6 +419,10 @@ body > nav ul:first-of-type li:first-of-type a {
|
|||
color: var(--background);
|
||||
}
|
||||
|
||||
body > nav ul:first-of-type li:first-of-type a svg {
|
||||
height: 3.5rem;
|
||||
}
|
||||
|
||||
body > nav ul:first-of-type li:nth-of-type(2) {
|
||||
display: none;
|
||||
margin-left: var(--spacing-gutter);
|
||||
|
|
2
docs/css/pico.docs.min.css
vendored
2
docs/css/pico.docs.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue