Skip to content

Commit 96516f7

Browse files
committed
modile grid
1 parent 3cdedec commit 96516f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_includes/css/styles.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ body {
9494

9595
@media (max-width: 768px) {
9696
.repo-container {
97-
width: 90%;
98-
max-width: 90%;
99-
grid-template-columns: repeat(2, 1fr);
97+
grid-template-columns: repeat(1, 1fr);
10098
}
10199
}
102100

0 commit comments

Comments
 (0)