Template:Callout/styles.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 9: | Line 9: | ||
.callout-header { | .callout-header { | ||
display: flex; | display: flex; | ||
/* align-items: center; */ | |||
gap: 0. | gap: 0.25em; | ||
margin-bottom: 0. | margin-bottom: 0.25em; | ||
} | } | ||
| Line 20: | Line 20: | ||
.callout-label { | .callout-label { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 1. | font-size: 1.2em; | ||
} | } | ||
| Line 29: | Line 29: | ||
.callout-body { | .callout-body { | ||
margin-left: | margin-left: 0.25em; | ||
line-height: 1.5; | line-height: 1.5; | ||
} | } | ||