Template:Price/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Drop two rules: display:flex causes vertical shifting, especially when used in lists. align-items doesn't apply to the current HTML structure, since <img> is not a flex container. |
reduced gap to 1px |
||
| Line 1: | Line 1: | ||
.template-price { |
.template-price { |
||
display: flex; |
display: flex; |
||
gap: |
gap: 1px; |
||
align-items: center; |
align-items: center; |
||
} |
} |
||