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);
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 {