changement de la taille de typo

This commit is contained in:
newick 2018-11-26 10:23:04 +01:00
parent 08b4e8bed0
commit d99f3af921
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,8 @@ body {
margin: auto;
padding: 30px 20px;
font-family: sans-serif;
font-size: 14px;
font-size: 16px;
line-height: 2;
}
/* Titres */
@ -66,6 +67,10 @@ input {
display: inline;
}
p {
margin-bottom: 2rem;
}
/* Listes */
ul {