Card responsive style refinements

This commit is contained in:
Sodbileg Gansukh
2021-11-25 10:44:09 +08:00
parent 6bc9b021b5
commit 4ea98431b3
6 changed files with 18 additions and 9 deletions

View File

@ -454,6 +454,11 @@ h4 {
margin: 1.5em 0 0.5em 0;
font-size: 2.2rem;
}
@media (max-width: 600px) {
h4 {
font-size: 1.7rem;
}
}
h5 {
margin: 1.5em 0 0.5em 0;

View File

@ -1074,11 +1074,15 @@ is the very first element in the post content */
}
@media (max-width: 650px) {
.gh-content blockquote,
.gh-content ol,
.gh-content ul,
.gh-content dl,
.gh-content p {
.gh-content > blockquote,
.gh-content > ol,
.gh-content > ul,
.gh-content > dl,
.gh-content > p,
.kg-callout-text,
.kg-toggle-content > ol,
.kg-toggle-content > ul,
.kg-toggle-content > p {
font-size: 1.7rem;
}