साँचा:RunningHeader/styles.css
दिखावट
.wst-running-header {
display: flex;
width: 100%;
text-align: center;
justify-content: space-between;
}
.wst-running-header-4 .wst-running-header-cell:nth-child(2) {
text-align: left;
}
.wst-running-header-4 .wst-running-header-cell:nth-child(3) {
text-align: right;
}
.wst-running-header-cell:first-child {
text-align: left;
}
.wst-running-header-cell:last-child {
text-align: right;
}
.wst-running-header-cell > p {
margin: 0;
}