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;
|
||||
}
|
||||
|
||||
aside#chalec_sidebar {
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
#chalec_banner,
|
||||
#chalec_footer {
|
||||
display: flex;
|
||||
|
@ -219,6 +215,10 @@ div#chalec_infos {
|
|||
========================================================================
|
||||
*/
|
||||
|
||||
aside#chalec_sidebar {
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.chalec_latest-posts {
|
||||
color: var(--chalec_blue);
|
||||
font-style: italic;
|
||||
|
@ -542,7 +542,7 @@ h1,h2,h3,h4,h5,h6 {
|
|||
font-size: 125%;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 5px;
|
||||
color: #676767;
|
||||
color: #454545;
|
||||
}
|
||||
h3 {
|
||||
font-size: 110%;
|
||||
|
|
Loading…
Reference in New Issue