Новые изменения в компоенты

This commit is contained in:
Web-serfer 2026-04-28 19:37:59 +05:00
parent bccd6310b3
commit 1cea684a89
3 changed files with 16 additions and 13 deletions

View file

@ -152,16 +152,16 @@ const heroImage = getPostImageUrl(post);
}
@media (max-width: 768px) {
.post-content {
padding: 2rem 0;
}
.post-content :global(h2) {
font-size: 1.15rem;
font-size: 1rem;
text-align: center;
justify-content: center;
}
.post-content :global(h3) {
font-size: 1.05rem;
font-size: 0.9rem;
text-align: center;
justify-content: center;
}
.post-content :global(p) {