feat: équilibrage des tailles

master
Jalil Arfaoui 2022-06-25 18:41:28 +02:00
parent 7b2f1b2754
commit 4612226067
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ body {
font-family: "ralewayblack", serif; font-family: "ralewayblack", serif;
} }
h1 { h1 {
font-size: 2em; font-size: 3em;
display: block; display: block;
text-align: center; text-align: center;
margin-bottom: 20px; margin-bottom: 20px;
@ -42,7 +42,7 @@ a {
} }
img#logo { img#logo {
width: 400px; width: 300px;
margin-bottom: 20px; margin-bottom: 20px;
} }
#sous-titre { #sous-titre {