improve spacings

This commit is contained in:
Philipp Kühn
2020-10-13 09:07:47 +02:00
parent 82ee198e57
commit 7e33b748d1
5 changed files with 10 additions and 10 deletions

View File

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