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

@ -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);

File diff suppressed because one or more lines are too long