made font size continuous

This commit is contained in:
asus
2023-11-19 12:58:49 +01:00
parent 035c75ea45
commit 41ba9a3e52
4 changed files with 5 additions and 12 deletions

View File

@@ -32,3 +32,7 @@ a::after {
h1 {
margin: 30px 0px;
}
pre {
line-height: 0.8;
font-size: min(2.2vw, 1.0rem);
}