Nouveau style erreurs

This commit is contained in:
Adrien Bourmault 2022-04-18 19:32:53 +02:00
parent de5c3e234a
commit 8afb11d11b
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 3 additions and 9 deletions

View File

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