Browse Source

line-height in toc

pull/2/head
lidia pereira 5 years ago
parent
commit
43bfd36068
  1. 8
      themes/homebrewtheme/static/css/main.css

8
themes/homebrewtheme/static/css/main.css

@ -214,10 +214,10 @@ h1, h2,h3 {
.toc{ .toc{
width:35%; width:35%;
font-size: 0.8em; font-size: 0.7em;
padding: 3em; padding: 3em;
float: right; float: right;
line-height: 1.5em; line-height: 2em;
border-width: 1px 1px 4px 4px; border-width: 1px 1px 4px 4px;
border-style: solid; border-style: solid;
/*! margin: 1.6em; */ /*! margin: 1.6em; */
@ -228,6 +228,10 @@ h1, h2,h3 {
font-family: OrkneyRegular; font-family: OrkneyRegular;
} }
.toc li{
line-height:1.7em;
}
.toc .toctitle { .toc .toctitle {
font-size:1rem; font-size:1rem;
padding-bottom: 1em; padding-bottom: 1em;

Loading…
Cancel
Save