Skip to content

Commit f6c43f7

Browse files
Fixed post feed spacing on smaller screens
1 parent 3fa1282 commit f6c43f7

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,11 +1513,7 @@ Search LOGO Login Subscribe
15131513

15141514
@media (max-width: 1199px) {
15151515
.gh-container-inner {
1516-
grid-template-columns: repeat(12, 1fr);
1517-
}
1518-
1519-
.gh-container.has-sidebar .gh-main {
1520-
grid-column: 1 / -1;
1516+
display: block;
15211517
}
15221518

15231519
.gh-container.has-sidebar .gh-sidebar {
@@ -1621,6 +1617,7 @@ Search LOGO Login Subscribe
16211617
@media (max-width: 767px) {
16221618
.gh-container.is-list .gh-card-link {
16231619
flex-direction: column;
1620+
align-items: flex-start;
16241621
}
16251622

16261623
.gh-container.is-list .gh-card-image {

0 commit comments

Comments
 (0)