diff --git a/styles_erreur.css b/styles_erreur.css index 6764a26..dbb8bd7 100644 --- a/styles_erreur.css +++ b/styles_erreur.css @@ -58,8 +58,6 @@ body { background: var(--a-lec_white); font-family: sans-serif; font-size: 100%; - text-align: justify; - text-justify: auto; background: var(--a-lec_white); } @@ -70,11 +68,11 @@ section#a-lec_page-wrapper { article, aside { - margin: 7px; + /*! margin: 7px; */ background-color: var(--a-lec_white); background-repeat: repeat; padding: 10px; - min-height: 62vh; + /*! min-height: 62vh; */ } article { @@ -437,7 +435,6 @@ h1,h2,h3,h4,h5,h6 { section#a-lec_page-wrapper { display: block; - margin: 10px 25px; } aside#a-lec_sidebar { @@ -455,10 +452,7 @@ h1,h2,h3,h4,h5,h6 { article { margin-top: 20px; - } - - article#a-lec_index { - margin-top: -10px; + display: inline-block; } #a-lec_footer {