normalize line height
authorDan Allen <dan@opendevise.com>
Fri, 19 Jul 2019 20:09:15 +0000 (14:09 -0600)
committerDan Allen <dan@opendevise.com>
Fri, 19 Jul 2019 20:09:15 +0000 (14:09 -0600)
src/css/base.css
src/css/doc.css
src/css/footer.css
src/css/nav.css

index bd9e94f..6656706 100644 (file)
@@ -13,6 +13,7 @@ html {
   box-sizing: border-box;
   font-family: "Roboto", sans-serif;
   font-size: 1.1em;
+  line-height: 1.15;
   -webkit-text-size-adjust: 100%;
 }
 
@@ -25,7 +26,6 @@ html {
 body {
   background: var(--body-background);
   color: var(--body-font-color);
-  line-height: 1.6;
   margin: 0;
 }
 
index 1f3db0f..6382160 100644 (file)
@@ -1,5 +1,6 @@
 .doc {
   color: var(--doc-font-color);
+  line-height: 1.6;
   margin: 0 auto;
   max-width: var(--doc-max-width-mobile);
   padding: 0 1rem 4rem;
index 7ca050f..dc675ef 100644 (file)
@@ -1,7 +1,8 @@
 footer.footer {
-  font-size: 0.75rem;
   background-color: var(--footer-background);
   color: var(--footer-font-color);
+  font-size: 0.75rem;
+  line-height: 1.6;
   padding: 1.5rem;
 }
 
index 34be5cd..29ecd28 100644 (file)
@@ -211,6 +211,7 @@ html.is-clipped--nav {
 }
 
 .nav-panel-explore .components {
+  line-height: 1.6;
   flex-grow: 1;
   box-shadow: inset 0 1px 5px var(--nav-panel-divider-color);
   background: var(--nav-secondary-background);