Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYurizal Susanto <rizal.sagi@gmail.com>2017-07-03 06:05:11 +0300
committerYurizal Susanto <rizal.sagi@gmail.com>2017-07-03 06:05:11 +0300
commitda27077ae616430fc52d6773d3b237c237f961bf (patch)
tree71a1476c0f28005128c47912970861482b79e2ac /static
parentb30665b216be6798a1e2692f80046748aa39e325 (diff)
Rework font size again
Diffstat (limited to 'static')
-rw-r--r--static/css/ui.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/ui.css b/static/css/ui.css
index 19687b0..f32c92b 100644
--- a/static/css/ui.css
+++ b/static/css/ui.css
@@ -52,8 +52,8 @@ html {
font-size: 62.5%;
}
body {
- font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
- line-height: 1.6;
+ font-size: 1.6em;
+ line-height: 1.7;
font-weight: 400;
font-family: 'Lato', sans-serif;
color: #444;
@@ -95,7 +95,7 @@ h5 {
letter-spacing: -.05rem;
}
h6 {
- font-size: 1.5rem;
+ font-size: 1.6rem;
line-height: 1.6;
letter-spacing: 0;
}