From eecfbf0801b09275d2aa09b6741de29ac7c890d5 Mon Sep 17 00:00:00 2001 From: fladd Date: Wed, 1 Apr 2020 01:18:42 +0200 Subject: [PATCH] CSS fixes --- stuffpages/_stuffpages/styles/default.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/stuffpages/_stuffpages/styles/default.css b/stuffpages/_stuffpages/styles/default.css index c7cc19f..f6fa8bd 100644 --- a/stuffpages/_stuffpages/styles/default.css +++ b/stuffpages/_stuffpages/styles/default.css @@ -4,13 +4,12 @@ body { min-width: 200px; - max-width: 910px; + max-width: 902px; margin: 0 auto; padding: 10px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; - line-height: 1.5; - color: #333; + color: #2E2E2E; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px; line-height: 1.5; @@ -267,7 +266,7 @@ pre { pre { margin-top: 0; - margin-bottom: 0; + margin-bottom: 1.176em; font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; word-wrap: normal; } @@ -321,6 +320,7 @@ pre { line-height: 1.45; background-color: #f7f7f7; border-radius: 3px; + margin-bottom: 1.176em; } pre code { @@ -345,8 +345,7 @@ blockquote, ul, ol, dl, -table, -pre { +table { margin-top: 0; margin-bottom: 1em; }