diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 14:35:55 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 14:35:55 +0100 |
commit | e3ddd73fb487ca015a47e173d22be68a7ed10fa8 (patch) | |
tree | 6b133142ad607086bdbc211fc300f9a7aabb1744 | |
parent | ecedb34abfe1814c7d82cbe26e5f64927d78aa86 (diff) |
Minor styles changes (font sizes).
-rw-r--r-- | css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index eaa33c6..860a885 100644 --- a/css/style.css +++ b/css/style.css @@ -20,11 +20,11 @@ body { margin-right: auto; } .origin { - font-size: 0.8em; + font-size: 0.7em; } .content { color: #000000; - font-size: 1.3em; + font-size: 1.1em; text-align: center; width: 50%; display: block; |