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; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
display: flex; |
display: flex; |
||
gap: 2px; |
gap: 2px; |
||
align-items: center; |
|||
} |
|||
.template-weight__image span { |
|||
display: flex; |
|||
} |
|||
.template-weight__image img { |
|||
align-items: center; |
align-items: center; |
||
} |
} |
||