Skip to content

Commit f107d62

Browse files
committed
Add styles for mobile view
1 parent 1477aee commit f107d62

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

style.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ label {
5858
}
5959

6060
.content > div {
61-
flex: 1 1 50%;
61+
flex: 1 1 auto;
6262
}
6363

64-
6564
.time-zone {
6665
max-width: 77%;
6766
}
@@ -169,4 +168,19 @@ div.examples {
169168

170169
.footer-text a {
171170
color: var(--main-color)
171+
}
172+
173+
@media screen and (max-width: 700px) {
174+
.content {
175+
flex-wrap: wrap;
176+
}
177+
178+
.content > div {
179+
flex: 1 1 100%;
180+
max-width: 100%;
181+
}
182+
183+
.code-container {
184+
min-height: 200px;
185+
}
172186
}

0 commit comments

Comments
 (0)