Fix code formatting??

This commit is contained in:
~erin 2022-05-12 09:40:43 -04:00
parent afce610551
commit ddef316ab8
No known key found for this signature in database
GPG Key ID: DA70E064A8C70F44
1 changed files with 5 additions and 6 deletions

View File

@ -25,18 +25,13 @@ code, pre {
border-bottom: 2px solid #FAE3B0;
}
code {
display: inline;
}
.date {
font-size: 0.8em;
}
@media only screen and (min-width: 600px) {
code, pre {
display: inline;
max-width: 18cm;
max-width: 100%;
}
}
@ -46,6 +41,10 @@ code {
max-width: 100%;
overflow: auto;
}
code {
max-width: 75%;
}
}
p code {