pub.solar wiki:Main Page/services.css: Difference between revisions
Appearance
Piscimisty (talk | contribs) rudimentary CSS for the services |
Piscimisty (talk | contribs) Piscimisty changed the content model of the page pub.solar wiki:Main Page/services.css from "wikitext" to "Sanitized CSS" |
(No difference)
| |
Revision as of 13:48, 8 January 2024
#mainpage-services {
list-style: none;
display: flex;
}
#mainpage-services li {
width: 25%;
display: flex;
padding: 0.5em;
background-color: #eee;
margin: 0.5em;
}
#mainpage-services div {
flex-grow: 1;
}
#mainpage-services li > div:first-child {
font-size: 2em;
margin-right: 1em;
}
#mainpage-services a {
font-weight: bold;
}