Correction différentiation hx

This commit is contained in:
Adrien Bourmault 2022-04-14 00:15:35 +02:00
parent 7e40e1b8a3
commit cbabf452c7
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 8 additions and 5 deletions

View File

@ -534,7 +534,7 @@ h1,h2,h3,h4,h5,h6 {
text-align: left;
}
h1 {
font-size: 130%;
font-size: 140%;
margin-top: 30px;
margin-bottom: 5px;
}
@ -544,18 +544,21 @@ h1,h2,h3,h4,h5,h6 {
margin-bottom: 5px;
}
h3 {
font-size: 120%;
font-size: 110%;
margin-top: 30px;
margin-bottom: 5px;
}
h4 {
font-size: 115%;
font-size: 100%;
color: #676767;
}
h5 {
font-size: 110%;
font-size: 100%;
color: #606060;
}
h6 {
font-size: 105%;
font-size: 100%;
color: #505050;
}
/*