Template:Numbered equation/styles.css
Appearance
.wst-numbered-equation {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
align-content: stretch;
}
.wst-numbered-equation-math {
flex: 40 1 auto;
text-align: center;
}
.wst-numbered-equation-left, .wst-numbered-equation-right {
flex: 1 1 auto;
align-self: center;
}
.wst-numbered-equation-left {
text-align: left;
}
.wst-numbered-equation-right {
text-align: right;
}