From 43bfd360686d2b85b41218bd1356d72db0ffb64b Mon Sep 17 00:00:00 2001 From: lidia pereira Date: Fri, 16 Aug 2019 15:58:52 +0200 Subject: [PATCH] line-height in toc --- themes/homebrewtheme/static/css/main.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/themes/homebrewtheme/static/css/main.css b/themes/homebrewtheme/static/css/main.css index 28ebe5b..5caa8e5 100644 --- a/themes/homebrewtheme/static/css/main.css +++ b/themes/homebrewtheme/static/css/main.css @@ -214,10 +214,10 @@ h1, h2,h3 { .toc{ width:35%; - font-size: 0.8em; + font-size: 0.7em; padding: 3em; float: right; - line-height: 1.5em; + line-height: 2em; border-width: 1px 1px 4px 4px; border-style: solid; /*! margin: 1.6em; */ @@ -228,6 +228,10 @@ h1, h2,h3 { font-family: OrkneyRegular; } +.toc li{ + line-height:1.7em; +} + .toc .toctitle { font-size:1rem; padding-bottom: 1em;