Compare commits

...

2 Commits

Author SHA1 Message Date
e0435ffe94 tweak blog post heading style
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-29 19:49:33 +05:00
95888cdbbc fix margins on single post pages on mobile 2025-07-29 19:43:03 +05:00
3 changed files with 48 additions and 33 deletions

View File

@ -61,8 +61,8 @@
} }
@media screen and (max-width: 782px) { @media screen and (max-width: 782px) {
.is-style-markdown-heading::before { .is-style-markdown-heading {
margin-inline-start: 1em; margin-inline: 1em;
} }
} }

View File

@ -21,7 +21,8 @@ Use it to make something cool, have fun, and share what you've learned
with others. with others.
*/ */
html, body { html,
body {
height: 100%; height: 100%;
} }
@ -156,14 +157,27 @@ html, body {
.home-flower { .home-flower {
display: none; display: none;
} }
.wp-container-13 .wp-block-group { .wp-container-13 .wp-block-group {
padding-top: 0 !important; padding-top: 0 !important;
} }
h1, p { h1,
p,
time {
padding: 1rem; padding: 1rem;
} }
.single-post {
.wp-block-post-content {
padding-inline: 1rem;
}
.wp-block-post-content h2 {
padding-inline: 1rem;
}
}
.footer { .footer {
padding-inline: 1rem; padding-inline: 1rem;
} }
@ -182,6 +196,7 @@ html, body {
display: block; display: block;
padding-right: 30%; padding-right: 30%;
} }
.nav-menu .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) { .nav-menu .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
display: block; display: block;
} }

View File

@ -258,7 +258,7 @@
"text": "var(--wp--preset--color--secondary)" "text": "var(--wp--preset--color--secondary)"
}, },
"typography": { "typography": {
"fontSize": "16px", "fontSize": "24px",
"textTransform": "uppercase" "textTransform": "uppercase"
} }
}, },