TemplateStyle:Notice/Gameplay.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 9: Line 9:
display: table;
display: table;
border-spacing: 5px;
border-spacing: 5px;
}
.newnotice-content {
display: table-row;
}
}


.newnotice-wrapper {
.newnotice-wrapper {
display: table-row;
display: flex;
justify-content: center;
align-content: center;
}
}