increas mobile font size to 2em
All checks were successful
Deploy Lecture site / build (push) Successful in 3s

This commit is contained in:
Schallbert 2024-09-09 23:04:29 +02:00
parent ea1b89493e
commit ce1ca30d69

View File

@ -629,10 +629,10 @@ small,
}
@media (max-width: 1200px) {
h2 {
font-size:2.5em;
font-size:2.75em;
}
h3{
font-size:2.25em
font-size:2.5em
}
}
p {
@ -4530,7 +4530,7 @@ h2 {
.flex-post-parent {
flex-direction:column;
gap:20px;
font-size:1.75em;
font-size:2em;
}
}
.fp-section {
@ -4539,7 +4539,7 @@ h2 {
@media (max-width: 1200px) {
.fp-section {
margin:1em .5em;
font-size:1.75em;
font-size:2em;
}
}
.greedy-nav .visible-links {