CSS improvements.
This commit is contained in:
parent
2324ad3914
commit
ec56c7b9f5
|
@ -82,6 +82,16 @@ b,
|
||||||
strong {
|
strong {
|
||||||
font-family: 'Manrope SemiBold', sans-serif;
|
font-family: 'Manrope SemiBold', sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-size: inherit;
|
||||||
|
font-style: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
i,
|
||||||
|
em {
|
||||||
|
font-family: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user