Resolve #159 and more design issues

This commit is contained in:
djmaze 2021-11-15 12:16:02 +01:00
parent 6b8020b8f5
commit 8a351e5763
15 changed files with 31 additions and 110 deletions

View file

@ -26,8 +26,8 @@ code {
// Blocks of code
pre {
display: block;
padding: (@baseLineHeight - 1) / 2;
margin: 0 0 @baseLineHeight / 2;
padding: (@baseLineHeight / 2);
margin: 0 0 (@baseLineHeight / 2);
font-size: @baseFontSize - 1; // 14px to 13px
line-height: @baseLineHeight;
white-space: pre-wrap;