Minor CSS changes.

This commit is contained in:
sforman 2023-08-18 16:58:25 -07:00
parent 805ec23e11
commit ef9f7f2c0e
1 changed files with 4 additions and 1 deletions

View File

@ -12,9 +12,12 @@ footer {
text-align: center; text-align: center;
} }
code {
background: #eee;
}
pre { pre {
background: #eee; background: #eee;
font-size: large;
margin-left: 2em; margin-left: 2em;
margin-right: 2em; margin-right: 2em;
margin-bottom: 1em; margin-bottom: 1em;