From 251b0c790887573526f586c4d5b0869fdf59e165 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Mon, 21 Jan 2019 13:57:13 +0100 Subject: Updating style and replacing old rust post --- crumbs/static/css/crumbs.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'crumbs') diff --git a/crumbs/static/css/crumbs.css b/crumbs/static/css/crumbs.css index 177b88c..18f637d 100644 --- a/crumbs/static/css/crumbs.css +++ b/crumbs/static/css/crumbs.css @@ -26,13 +26,19 @@ a:hover { text-decoration: none; } +ul { + padding-top: 5px; + padding-bottom: 5px; +} + +ol { + padding-top: 5px; + padding-bottom: 5px; +} li { - font-size: 22px; - font-weight: 300; - padding-bottom: 15px; - padding-left: 35px; - padding-right: 50px; - text-indent: 25px; + font-size: 19px; + margin-left: 15px; + text-indent: 5px; } strong { -- cgit v1.2.3