style charte, emph

This commit is contained in:
Pascal Engélibert
2023-06-09 08:56:08 +02:00
parent 557b05a1dd
commit 350e745389
4 changed files with 14 additions and 4 deletions

View File

@ -44,7 +44,7 @@ main.center {
}
@media screen and (min-width: 900px) {
.narrower > p, .narrower > ul, .narrower > ol, .narrower > h1, .narrower > h2, .narrower > h3, .nn {
.narrower > p, .narrower > ul, .narrower > ol, .narrower > h1, .narrower > h2, .narrower > h3, .narrower > strong, .narrower > em, .nn {
max-width: 900px;
margin-left: calc(50% - 450px);
}
@ -252,3 +252,7 @@ a.bigbutton2:hover, a.bigbutton2:focus {
color: white;
}
}
.emph {
font-size: 120%;
}