< Template:Home | Welcome
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
#catlist { | #catlist { | ||
display: inline-flex; | display: inline-flex; | ||
flex-wrap: wrap; | |||
gap: 3em; | gap: 3em; | ||
} | } |
Revision as of 14:31, 14 April 2022
#welcome { width: 100%; text-align: center; } #welcome img{ filter: drop-shadow(0 0.2rem #007ad0); margin-top: 1em; } #catlist { display: inline-flex; flex-wrap: wrap; gap: 3em; }