ajout reglages rem et em en cours
This commit is contained in:
@@ -41,18 +41,24 @@ p, var {
|
||||
color: var(--color-texts);
|
||||
}
|
||||
/*sizes*/
|
||||
aside {
|
||||
font-size: .8rem;
|
||||
}
|
||||
main {
|
||||
font-size: 1rem;
|
||||
}
|
||||
p {
|
||||
font-size: 1.8rem;
|
||||
line-height: 3rem;
|
||||
font-size: 1.8em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
h1 {
|
||||
font-size: 2.5rem;
|
||||
font-size: 2.5em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
font-size: 2em;
|
||||
}
|
||||
.mini_text {
|
||||
font-size: 1.5rem;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
/*specials settings*/
|
||||
body p, body p *, body h1, body h1 *, body h2, body h2 * {
|
||||
@@ -73,4 +79,7 @@ b, em {
|
||||
p br, h1 br, h2 br {
|
||||
margin: 0px;
|
||||
}
|
||||
h1 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user