Correction différentiation hx
This commit is contained in:
parent
ab49cc966b
commit
8cd39fcda9
10
styles.css
10
styles.css
|
@ -102,10 +102,6 @@ header {
|
||||||
background-size: auto;
|
background-size: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside#chalec_sidebar {
|
|
||||||
padding-left: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#chalec_banner,
|
#chalec_banner,
|
||||||
#chalec_footer {
|
#chalec_footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -219,6 +215,10 @@ div#chalec_infos {
|
||||||
========================================================================
|
========================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
aside#chalec_sidebar {
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.chalec_latest-posts {
|
.chalec_latest-posts {
|
||||||
color: var(--chalec_blue);
|
color: var(--chalec_blue);
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
@ -542,7 +542,7 @@ h1,h2,h3,h4,h5,h6 {
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
color: #676767;
|
color: #454545;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
|
|
Loading…
Reference in New Issue