diff --git a/_scss/base/_typography.scss b/_scss/base/_typography.scss index 152ecff..4aab68b 100644 --- a/_scss/base/_typography.scss +++ b/_scss/base/_typography.scss @@ -121,6 +121,10 @@ ol { } } +ul { + line-height:1.5rem; +} + table { td:first-child { font-weight: bold; diff --git a/_scss/module/_indexpage.scss b/_scss/module/_indexpage.scss index 17e7521..5ae1f92 100644 --- a/_scss/module/_indexpage.scss +++ b/_scss/module/_indexpage.scss @@ -110,7 +110,6 @@ nav { width: 100%; background: #555; text-align: center; - line-height:1.5em; li a { display: block; border-top: 1px solid #424242; @@ -194,4 +193,7 @@ section { //margin: 8rem 0 3rem; } } +} +ul{ + line-height:1.5em; } \ No newline at end of file