Template:Weight/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
Created page with ".template-weight { display: flex; gap: 2px; align-items: center; } .template-weight__image span { display: flex; } .template-weight__image img { align-items: center; }" |
width: min-content; |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
.template-weight { |
.template-weight { |
||
display: flex; |
display: flex; |
||
gap: |
gap: 1px; |
||
align-items: center; |
|||
} |
|||
.template-weight__image span { |
|||
display: flex; |
|||
} |
|||
.template-weight__image img { |
|||
align-items: center; |
align-items: center; |
||
width: min-content; |
|||
} |
} |
||