We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60964e0 commit 3308b2bCopy full SHA for 3308b2b
web/style.css
@@ -237,17 +237,27 @@ ul {
237
margin-top: 0;
238
}
239
240
-@media only screen and (max-device-width: 1024px) {
+@media only screen and (max-device-width: 1023px) {
241
.ocks-org body {
242
font-size: 70%;
243
padding: 0.5rem;
244
245
246
+ body > p,
247
+ div > p {
248
+ width: 90vw !important;
249
+ }
250
+
251
+ li {
252
+ width: 82vw;
253
254
255
h3,
256
h4,
257
p,
258
ul {
259
padding-left: .7rem;
260
+ width: 90vw;
261
262
263
h1 {
0 commit comments