Skip to content

Commit 75edde2

Browse files
authored
Update index.html
1 parent 67a3574 commit 75edde2

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

docs/1.0.x/index.html

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -304,40 +304,12 @@
304304

305305
/* TERMINAL FIX */
306306

307-
#mdc .terminal{
308-
width:100%;
309-
max-width:100%;
310-
margin:40px 0;
311-
}
312-
313-
#mdc .terminal-body{
314-
overflow-x:auto;
315-
white-space:pre-wrap;
316-
word-break:break-word;
317-
}
318-
319307
/* DIV GENERICI */
320308

321309
#mdc div{
322310
max-width:100%;
323311
}
324312

325-
/* TERMINAL */
326-
327-
#mdc .terminal{
328-
width:100%;
329-
max-width:900px;
330-
331-
margin:40px auto;
332-
333-
background:#020617;
334-
335-
border-radius:20px;
336-
337-
overflow:hidden;
338-
339-
border:1px solid #1e293b;
340-
}
341313

342314
/* TERMINAL SOLO MARKDOWN */
343315

0 commit comments

Comments
 (0)