Change code formatting a bit

This commit is contained in:
~erin 2022-03-06 22:45:56 -05:00
parent 0f5031ecb8
commit 5182d09e72
No known key found for this signature in database
GPG Key ID: DA70E064A8C70F44
1 changed files with 5 additions and 5 deletions

View File

@ -91,6 +91,11 @@ box-shadow: inset 5px 5px 10px #070708,
}
}
code {
display: inline;
font-size: 14px;
}
@media only screen and (max-width: 600px) {
code {
display: inline-block;
@ -98,11 +103,6 @@ box-shadow: inset 5px 5px 10px #070708,
}
}
code.date {
display: inline;
font-size: 14px;
}
h1 {
font-size: 30px;