resolved pbm of margin in title section, it was because of the min function in font size

This commit is contained in:
asus
2023-11-19 21:24:54 +01:00
parent 2f95a96834
commit f334f87390
6 changed files with 19 additions and 17 deletions

View File

@@ -36,7 +36,9 @@ h3 { margin: 20px 0px; font-size: 1.75rem; }
h4 { margin: 20px 0px; font-size: 1.5rem; }
h5 { margin: 10px 0px; font-size: 1.25rem; }
h6 { margin: 10px 0px; font-size: 1.0rem; }
pre {
line-height: 0.8;
font-size: min(2.2vw, 1.0rem);
font-size: min(2.1vw, 1.0rem);
}