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