mirror of
https://github.com/picocss/pico.git
synced 2025-11-14 00:06:54 -05:00
chore: use variables for font-size
This commit is contained in:
parent
8049be9ffa
commit
885d413673
@ -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…
x
Reference in New Issue
Block a user