forgot some vh
This commit is contained in:
parent
98029e2bf6
commit
391b289ff2
1 changed files with 2 additions and 2 deletions
|
@ -30,10 +30,10 @@ a:hover {
|
||||||
|
|
||||||
/*font sizes*/
|
/*font sizes*/
|
||||||
h1 {
|
h1 {
|
||||||
font-size:3.5vh;
|
font-size:1.95rem;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 3vh;
|
font-size: 1.65rem;
|
||||||
}
|
}
|
||||||
p{
|
p{
|
||||||
font-size: var(--base-text-size);
|
font-size: var(--base-text-size);
|
||||||
|
|
Loading…
Reference in a new issue