again adjust font size for mobile
All checks were successful
Deploy Lecture site / build (push) Successful in 3s

This commit is contained in:
Schallbert 2024-09-09 22:32:28 +02:00
parent baf40f6e2d
commit ea1b89493e

View File

@ -627,6 +627,14 @@ small,
.small {
font-size:0.75em;
}
@media (max-width: 1200px) {
h2 {
font-size:2.5em;
}
h3{
font-size:2.25em
}
}
p {
margin-bottom:1.3em
}
@ -3113,7 +3121,7 @@ body {
.page__content p,
.page__content li,
.page__content dl {
font-size:1.25em;
font-size:1.75em;
}
}
.page__content p {
@ -4504,6 +4512,7 @@ h2 {
@media (max-width: 1200px) {
.flex-post-child h2 {
margin-top:1em;
font-size: 1.25em;
}
}
.flex-post-child p {
@ -4521,7 +4530,7 @@ h2 {
.flex-post-parent {
flex-direction:column;
gap:20px;
font-size:1.25em;
font-size:1.75em;
}
}
.fp-section {
@ -4530,7 +4539,7 @@ h2 {
@media (max-width: 1200px) {
.fp-section {
margin:1em .5em;
font-size:1.25em;
font-size:1.75em;
}
}
.greedy-nav .visible-links {