Skip to content

Commit 04f2f25

Browse files
committed
mobile
1 parent 8fb9f9b commit 04f2f25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ body {
8888

8989
.repo-container {
9090
display: grid;
91-
grid-template-columns: repeat(3, 1fr);
91+
grid-template-columns: repeat(2, 1fr);
9292
gap: 0px;
9393
}
9494

95-
@media (max-width: 768px) {
95+
@media (min-width: 960px) {
9696
.repo-container {
97-
grid-template-columns: repeat(2, 1fr);
97+
grid-template-columns: repeat(3, 1fr);
9898
}
9999
}
100100

0 commit comments

Comments
 (0)