Template:Home/Welcome/styles.css

Template page
Revision as of 12:55, 15 April 2022 by Timothy (talk | contribs)
#welcome {
    width: 100%;
    text-align: center;
}

#welcome img{
    margin-top: 1em;
}

#catlist {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 3em;
    justify-content: center;
}