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 |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
div.icon-buttons-container { | div.icon-buttons-container { | ||
display:flex; | display:flex; | ||
flex-flow: | flex-flow:wrap; | ||
justify-content:center; | justify-content:center; | ||
gap:15px; | gap:15px; | ||
text-align:center; | |||
font-size:0.9em; | |||
border: 1px solid #a2a9b1; | |||
padding:15px; | |||
} | } |
Latest revision as of 22:35, 4 March 2024
div.icon-buttons-container {
display:flex;
flex-flow:wrap;
justify-content:center;
gap:15px;
text-align:center;
font-size:0.9em;
border: 1px solid #a2a9b1;
padding:15px;
}