pre adaptable

This commit is contained in:
f3nx 2020-05-19 21:48:39 -04:00
parent 1172d64d3d
commit 13e00d7447
1 changed files with 6 additions and 0 deletions

View File

@ -131,11 +131,17 @@ a:hover, a:active {
content: "/";
padding: 0px 0px 0px 5px;
}
/*Codigo*/
.code {
background: #263238;
display: inline-block;
}
pre {
overflow-x: auto;
}
.arial {
font-family: DejaVu Sans, Sans-Serif, Arial;
}