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;