Corrections de style
This commit is contained in:
parent
3b2ab83f01
commit
30c1b9a473
13
styles.css
13
styles.css
|
@ -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 {
|
||||
|
@ -697,5 +700,9 @@ h1,h2,h3,h4,h5,h6 {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue