X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/51882017f01cceeaeb95f84e618575ece8ff7449..0984d955528e45c4322c95dc4975973fafc23ffc:/ralf/_sass/_base.scss diff --git a/ralf/_sass/_base.scss b/ralf/_sass/_base.scss index af78fcd..765e459 100644 --- a/ralf/_sass/_base.scss +++ b/ralf/_sass/_base.scss @@ -33,12 +33,12 @@ h2 { } h3 { margin-top: 0.5em; - font-size: 135%; + font-size: 130%; margin-bottom: 0.1em; } h4 { margin-top: 0.5em; - font-size: 120%; + font-size: 110%; margin-bottom: 0.0em; } @@ -74,7 +74,16 @@ p { margin: 0.5em 0; line-height: 1.3; } +li > p { + margin: 0; +} .comment { margin-top: 1.5em; } + +table td, table th { + border: 1px solid $light-text-color; + padding: 6px 13px; + font-weight: normal; +}