Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Weight/styles.css: Difference between revisions

Template page
Content deleted Content added
Dread (talk | contribs)
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; }"
 
Dread (talk | contribs)
reduced gap to 1px
(One intermediate revision by one other user not shown)
Line 1: Line 1:
.template-weight {
.template-weight {
display: flex;
display: flex;
gap: 2px;
gap: 1px;
align-items: center;
}

.template-weight__image span {
display: flex;
}
.template-weight__image img {
align-items: center;
align-items: center;
}
}

Revision as of 13:40, 9 November 2025

.template-weight {
	display: flex;
	gap: 1px;
	align-items: center;
}