pub.solar wiki:Main Page/services.css: Difference between revisions
Appearance
Piscimisty (talk | contribs) rudimentary CSS for the services |
(No difference)
|
Revision as of 12:25, 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;
}