Fixed post feed spacing on smaller screens
This commit is contained in:
parent
3fa128241f
commit
f6c43f7096
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1513,11 +1513,7 @@ Search LOGO Login Subscribe
|
|||||||
|
|
||||||
@media (max-width: 1199px) {
|
@media (max-width: 1199px) {
|
||||||
.gh-container-inner {
|
.gh-container-inner {
|
||||||
grid-template-columns: repeat(12, 1fr);
|
display: block;
|
||||||
}
|
|
||||||
|
|
||||||
.gh-container.has-sidebar .gh-main {
|
|
||||||
grid-column: 1 / -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-container.has-sidebar .gh-sidebar {
|
.gh-container.has-sidebar .gh-sidebar {
|
||||||
@ -1621,6 +1617,7 @@ Search LOGO Login Subscribe
|
|||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.gh-container.is-list .gh-card-link {
|
.gh-container.is-list .gh-card-link {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-container.is-list .gh-card-image {
|
.gh-container.is-list .gh-card-image {
|
||||||
|
Loading…
Reference in New Issue
Block a user