From 955d8f1fd72766f444940c484145a11a6430fca3 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 23 Aug 2018 11:49:00 +0200 Subject: [PATCH] =?UTF-8?q?:art:=20Rends=20le=20texte=20plus=20fin,=20pour?= =?UTF-8?q?=20une=20plus=20grande=20impression=20de=20legeret=C3=A9=20dns?= =?UTF-8?q?=20la=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/ui/Typography.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/components/ui/Typography.css b/source/components/ui/Typography.css index c754a7f8a..64e91820a 100644 --- a/source/components/ui/Typography.css +++ b/source/components/ui/Typography.css @@ -13,6 +13,7 @@ html { } body { + font-weight: 300; font-family: 'Roboto', sans-serif; } @@ -58,11 +59,13 @@ button { } p, -ul, -li { +ul { line-height: 1.7rem; margin: 1rem 0; } +li { + margin: 0.5rem 0; +} a { border: none; display: inline-block; @@ -78,6 +81,7 @@ a[href^="http://"]:not(.button):not(.inverted-button)::after { content: '\f08e'; font-family: FontAwesome; margin-left: 0.3em; + font-size: 80%; text-decoration: none; display: inline-block; }