make codeblocks useable

This commit is contained in:
amanita 2021-06-13 15:15:32 +02:00
parent 42ea42a97d
commit ec77b3cb7d
2 changed files with 14 additions and 2 deletions

View file

@ -175,6 +175,18 @@ a:visited:hover, a:visited:active {
list-style-type:none;
}
pre {
padding: 1em;
white-space: pre-wrap;
}
code {
vertical-align: baseline;
background-color: #008b8b70;
border-radius: 4px;
padding: 1px 4px;
}
@media screen and (max-width:48em) {
.legal {