Новые изменения в компоенты
This commit is contained in:
parent
bccd6310b3
commit
1cea684a89
3 changed files with 16 additions and 13 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue