We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c742f7d + c3dac18 commit b019bf7Copy full SHA for b019bf7
docs/stylesheets/extra.css
@@ -230,6 +230,26 @@
230
231
/* Responsive adjustments */
232
@media (max-width: 768px) {
233
+ .md-grid {
234
+ max-width: 100% !important;
235
+ margin: 0 !important;
236
+ padding: 0 0 !important;
237
+ }
238
+
239
+ .md-content__inner > p {
240
+ padding-left: 10px;
241
242
243
+ .md-typeset h1,
244
+ .md-typeset h2,
245
+ .md-typeset h3,
246
+ .md-typeset h4,
247
+ .md-typeset h5 {
248
+ width: 100% !important;
249
+ margin-left: 0 !important;
250
+ padding-left: 5px !important;
251
252
253
.image-modal-content {
254
width: 95%;
255
max-height: 85%;
0 commit comments