Template:Main Page/styles.css: Difference between revisions
From The Royal Court
(Created page with "div.icon-buttons-container { display:flex; flex-flow:column wrap; justify-content:center; gap:15px; }") |
No edit summary |
||
Line 4: | Line 4: | ||
justify-content:center; | justify-content:center; | ||
gap:15px; | gap:15px; | ||
text-align:center; | |||
} | } |
Revision as of 22:23, 4 March 2024
div.icon-buttons-container {
display:flex;
flex-flow:column wrap;
justify-content:center;
gap:15px;
text-align:center;
}