mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 09:06:14 -04:00
chore: use variables for font-size
This commit is contained in:
parent
8049be9ffa
commit
885d413673
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ nav {
|
|||
align-items: center;
|
||||
justify-content: left;
|
||||
|
||||
font-size: 1.2rem;
|
||||
font-size: calc(var(--font-size) * 1.1);
|
||||
|
||||
& a {
|
||||
padding-right: 1rem;
|
||||
|
@ -65,7 +65,7 @@ nav {
|
|||
&::after {
|
||||
content: " / ";
|
||||
color: var(--color);
|
||||
font-size: 1.5rem;
|
||||
font-size: calc(var(--font-size) * 1.4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue