Correction différentiation hx
This commit is contained in:
parent
7e40e1b8a3
commit
cbabf452c7
13
styles.css
13
styles.css
|
@ -534,7 +534,7 @@ h1,h2,h3,h4,h5,h6 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 130%;
|
font-size: 140%;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
@ -544,18 +544,21 @@ h1,h2,h3,h4,h5,h6 {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 120%;
|
font-size: 110%;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 115%;
|
font-size: 100%;
|
||||||
|
color: #676767;
|
||||||
}
|
}
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 110%;
|
font-size: 100%;
|
||||||
|
color: #606060;
|
||||||
}
|
}
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 105%;
|
font-size: 100%;
|
||||||
|
color: #505050;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue