Corrections de style

This commit is contained in:
Adrien Bourmault 2022-04-30 15:28:51 +02:00
parent 3b2ab83f01
commit 30c1b9a473
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 10 additions and 3 deletions

View File

@ -86,6 +86,9 @@ aside {
flex-basis: 30%;
}
p {
line-height: 28px;
}
/*
========================================================================
@ -130,6 +133,7 @@ header {
flex-direction: column;
align-items: center;
place-content: baseline center;
text-align: center;
}
#a-lec_site-titles h2 {
@ -558,10 +562,9 @@ A-lec images
========================================================================
*/
h1,h2,h3,h4,h5,h6 {
display: inline-block;
display: block;
color: #000;
font-weight: bold;
text-align: center;
}
h1 {
font-size: 130%;
@ -662,7 +665,7 @@ h1,h2,h3,h4,h5,h6 {
all: unset;
display: inline-block;
width: 100%;
height: 160px;
height: 12vh;
}
#a-lec_site-name a {
@ -696,6 +699,10 @@ h1,h2,h3,h4,h5,h6 {
font-size: 1rem;
text-align: center;
}
p {
line-height: 28px;
}
}