added clamp sizing to header title
This commit is contained in:
parent
1b8f3a99f9
commit
5f056494b5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
#header--title a {
|
#header--title a {
|
||||||
font-size: var(--s3);
|
font-size: clamp(var(--s3),3vw,var(--s4));
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
to right,
|
to right,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue