Skip to content

Commit 756eb56

Browse files
authored
Update index.html
1 parent 6e29070 commit 756eb56

1 file changed

Lines changed: 80 additions & 0 deletions

File tree

docs/1.0.x/index.html

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,86 @@
285285
color:#4ade80;
286286
}
287287

288+
#mdc{
289+
width:100%;
290+
max-width:1000px;
291+
margin:auto;
292+
}
293+
294+
/* MARKDOWN */
295+
296+
#mdc h1,
297+
#mdc h2,
298+
#mdc h3,
299+
#mdc h4{
300+
margin-top:40px;
301+
margin-bottom:20px;
302+
color:#4ade80;
303+
}
304+
305+
#mdc p{
306+
margin-bottom:20px;
307+
line-height:1.8;
308+
color:#cbd5e1;
309+
}
310+
311+
#mdc ul,
312+
#mdc ol{
313+
margin-left:25px;
314+
margin-bottom:20px;
315+
}
316+
317+
#mdc code{
318+
background:#111827;
319+
padding:3px 8px;
320+
border-radius:6px;
321+
color:#4ade80;
322+
}
323+
324+
#mdc pre{
325+
background:#020617;
326+
padding:20px;
327+
border-radius:16px;
328+
overflow-x:auto;
329+
margin-bottom:20px;
330+
}
331+
332+
#mdc img{
333+
max-width:100%;
334+
border-radius:16px;
335+
}
336+
337+
#mdc table{
338+
width:100%;
339+
border-collapse:collapse;
340+
margin-bottom:20px;
341+
}
342+
343+
#mdc th,
344+
#mdc td{
345+
border:1px solid #334155;
346+
padding:12px;
347+
}
348+
349+
/* TERMINAL FIX */
350+
351+
#mdc .terminal{
352+
width:100%;
353+
max-width:100%;
354+
margin:40px 0;
355+
}
356+
357+
#mdc .terminal-body{
358+
overflow-x:auto;
359+
white-space:pre-wrap;
360+
word-break:break-word;
361+
}
362+
363+
/* DIV GENERICI */
364+
365+
#mdc div{
366+
max-width:100%;
367+
}
288368

289369
</style>
290370
</head>

0 commit comments

Comments
 (0)