🎨 Rends le texte plus fin, pour une plus grande impression de legereté dns la page

pull/301/head
Johan Girod 2018-08-23 11:49:00 +02:00
parent 05445c15af
commit 955d8f1fd7
1 changed files with 6 additions and 2 deletions

View File

@ -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;
}