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

@ -15,12 +15,13 @@ body > nav {
a {
border-radius: 0;
svg {
vertical-align: text-bottom;
}
}
svg {
vertical-align: text-bottom;
}
// Band & Title
ul:first-of-type li {
// Brand
@ -32,6 +33,10 @@ body > nav {
padding: 0;
background: var(--h1);
color: var(--background);
svg {
height: 3.5rem;
}
}
}