< Template:Home | Welcome
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | |||
#welcome img{ | #welcome img{ | ||
margin-top: 1em; | margin-top: 1em; | ||
} | } | ||
*/ | |||
#welcome h1 { | #welcome h1 { | ||
Revision as of 14:24, 1 June 2023
/*
#welcome img{
margin-top: 1em;
}
*/
#welcome h1 {
text-align: initial;
}
#welcome h2, #message, #cat {
text-align: center;
}
#catlist {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
}
#catlist li {
margin: 0.75em;
}
@media (max-width: 1250px) {
#catlist {
display: inline-grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
text-align: left;
}
}