Fix recent posts alignment

This commit is contained in:
Sodbileg Gansukh
2022-05-26 17:41:59 +08:00
parent 08b3054ada
commit 0e78d9ed40
4 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1522,6 +1522,10 @@ iframe.instagram-media + script + :not([id]) {
grid-gap: 4vmin;
}
.read-more .post-card-tags {
display: none;
}
@media (max-width: 1000px) {
.read-more {
grid-template-columns: repeat(4, 1fr);