Template:Item recipe/styles.css: Difference between revisions

From Space Station 14 Wiki
(Created page with "→‎item recipe container: .item-recipe { display: flex; flex-direction: column; }")
 
(wip)
Line 2: Line 2:
.item-recipe {
.item-recipe {
display: flex;
display: flex;
flex-direction: column;
flex-direction: row;
}
}

Revision as of 06:58, 1 September 2024

/* item recipe container */
.item-recipe {
	display: flex;
	flex-direction: row;
}