again adjust font size for mobile
All checks were successful
Deploy Lecture site / build (push) Successful in 3s
All checks were successful
Deploy Lecture site / build (push) Successful in 3s
This commit is contained in:
parent
baf40f6e2d
commit
ea1b89493e
@ -627,6 +627,14 @@ small,
|
|||||||
.small {
|
.small {
|
||||||
font-size:0.75em;
|
font-size:0.75em;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 1200px) {
|
||||||
|
h2 {
|
||||||
|
font-size:2.5em;
|
||||||
|
}
|
||||||
|
h3{
|
||||||
|
font-size:2.25em
|
||||||
|
}
|
||||||
|
}
|
||||||
p {
|
p {
|
||||||
margin-bottom:1.3em
|
margin-bottom:1.3em
|
||||||
}
|
}
|
||||||
@ -3113,7 +3121,7 @@ body {
|
|||||||
.page__content p,
|
.page__content p,
|
||||||
.page__content li,
|
.page__content li,
|
||||||
.page__content dl {
|
.page__content dl {
|
||||||
font-size:1.25em;
|
font-size:1.75em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.page__content p {
|
.page__content p {
|
||||||
@ -4504,6 +4512,7 @@ h2 {
|
|||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
.flex-post-child h2 {
|
.flex-post-child h2 {
|
||||||
margin-top:1em;
|
margin-top:1em;
|
||||||
|
font-size: 1.25em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.flex-post-child p {
|
.flex-post-child p {
|
||||||
@ -4521,7 +4530,7 @@ h2 {
|
|||||||
.flex-post-parent {
|
.flex-post-parent {
|
||||||
flex-direction:column;
|
flex-direction:column;
|
||||||
gap:20px;
|
gap:20px;
|
||||||
font-size:1.25em;
|
font-size:1.75em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.fp-section {
|
.fp-section {
|
||||||
@ -4530,7 +4539,7 @@ h2 {
|
|||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
.fp-section {
|
.fp-section {
|
||||||
margin:1em .5em;
|
margin:1em .5em;
|
||||||
font-size:1.25em;
|
font-size:1.75em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.greedy-nav .visible-links {
|
.greedy-nav .visible-links {
|
||||||
|
Loading…
Reference in New Issue
Block a user