changed div and pre into h1 and p styles pre
This commit is contained in:
@@ -5,4 +5,7 @@
|
||||
#title {
|
||||
margin:30px 0px 20px 0px;
|
||||
}
|
||||
.title {
|
||||
gap:10px 30px;
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user