Corrections Pods (sous-types custom-simple, sync pick→taxonomie), agenda accueil et gras/italique single
This commit is contained in:
@@ -279,17 +279,21 @@
|
||||
p {
|
||||
margin-bottom: 1rem;
|
||||
line-height: 1.4;
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
||||
&:first-child {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
// Le reset applique `font: inherit` à strong/b/em/i : on restaure gras et
|
||||
// italique pour tout le corps de texte (paragraphes, listes, citations…),
|
||||
// pas seulement sous <p>, sinon le formatage disparaît dans les <li>.
|
||||
strong, b {
|
||||
font-weight: bold;
|
||||
}
|
||||
em, i {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
line-height: 1.4;
|
||||
padding-left: 0.8rem;
|
||||
|
||||
Reference in New Issue
Block a user