We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1477aee commit f107d62Copy full SHA for f107d62
style.css
@@ -58,10 +58,9 @@ label {
58
}
59
60
.content > div {
61
- flex: 1 1 50%;
+ flex: 1 1 auto;
62
63
64
-
65
.time-zone {
66
max-width: 77%;
67
@@ -169,4 +168,19 @@ div.examples {
169
168
170
.footer-text a {
171
color: var(--main-color)
+}
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
186
0 commit comments