change style

This commit is contained in:
Philipp Kühn
2021-02-02 14:26:25 +01:00
parent 959b7a26c6
commit 8cc6d359a9
29 changed files with 100 additions and 75 deletions

View File

@@ -45,7 +45,7 @@ pre[class*="language-"] {
color: $colorWhite;
background: $codeBackground;
padding: 1.25rem !important;
border-radius: 0.5rem;
border-radius: 0.75rem;
max-height: unquote("max(300px, 60vh)");
}