Fixed post feed spacing on smaller screens

This commit is contained in:
Sodbileg Gansukh 2023-08-22 17:41:08 +08:00
parent 3fa128241f
commit f6c43f7096
3 changed files with 4 additions and 7 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

@ -1513,11 +1513,7 @@ Search LOGO Login Subscribe
@media (max-width: 1199px) {
.gh-container-inner {
grid-template-columns: repeat(12, 1fr);
}
.gh-container.has-sidebar .gh-main {
grid-column: 1 / -1;
display: block;
}
.gh-container.has-sidebar .gh-sidebar {
@ -1621,6 +1617,7 @@ Search LOGO Login Subscribe
@media (max-width: 767px) {
.gh-container.is-list .gh-card-link {
flex-direction: column;
align-items: flex-start;
}
.gh-container.is-list .gh-card-image {