Skip to content

Commit 047d612

Browse files
committed
Added minor layout adjustment on a smaller screen width.
1 parent c90c617 commit 047d612

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

styles/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,15 @@ a#repository img {
141141
.visible {
142142
display: block;
143143
}
144+
145+
@media screen and (max-width: 1000px) {
146+
body {
147+
grid-template-areas: "menu" "container" "algo-info";
148+
grid-template-rows: 100px 1fr;
149+
grid-template-columns: 100vw 1fr;
150+
}
151+
152+
#algo-info {
153+
padding: 10px 0px;
154+
}
155+
}

0 commit comments

Comments
 (0)