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