Skip to content

Commit a13eed5

Browse files
committed
style: add responsive layout for main index on small screens
Signed-off-by: Sebastian Beltran <[email protected]>
1 parent 6a79b62 commit a13eed5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

template/css/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,8 @@ main {
9494
}
9595
}
9696

97+
@media screen and (max-width: 690px) {
98+
#main-index {
99+
grid-template-areas: "issues" "users";
100+
}
101+
}

0 commit comments

Comments
 (0)