From 75ba5fa8973c680c83125453912464225b01fa8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info> Date: Thu, 25 Feb 2016 16:25:50 +0100 Subject: [PATCH] Minor adjustments --- sass/style.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index 9bd0588..17852f9 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -171,8 +171,28 @@ h2#title { text-align: justify; } } +th { + padding: 5px 5px 0px 5px; + font-weight: unset; +} td { padding: 5px; } +.article { + h3 { + font-size: 2rem; + padding-bottom: 3px; + border-bottom: solid #d0d0d0 1px ; + } + h4 { + font-size: 1.6rem; + } + h5 { + font-size: 1.1rem; + } + h6 { + font-size: 1rem; + } +} @import "search.scss" -- GitLab