More actions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
flex: | flex: 0 0 120px; | ||
} | } | ||
.mainpage-row div { | .mainpage-row div { | ||
align-content: center; | align-content: center; | ||
text-align: center; | text-align: center; | ||
border: 1px solid black; | border: 1px solid black; | ||
border-radius: 5px; | border-radius: 5px; | ||
gap: 10px; | |||
} | } |
Revision as of 20:46, 22 August 2024
/* CSS placed here will be applied to all skins */ .mainpage-row { display: flex; align-items: center; justify-content: center; flex: 0 0 120px; } .mainpage-row div { align-content: center; text-align: center; border: 1px solid black; border-radius: 5px; gap: 10px; }