changed div and pre into h1 and p styles pre

This commit is contained in:
asus
2023-12-01 00:50:32 +01:00
parent c86952d172
commit eded9d9eaa
3 changed files with 29 additions and 24 deletions

View File

@@ -57,7 +57,10 @@ 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 {
p.pre {
white-space: pre;
}
p.pre, pre {
line-height: 0.8;
font-size: min(2.1vw, 1.0rem);
}