pub.solar wiki:Main Page/services.css: Difference between revisions
Piscimisty (talk | contribs) Piscimisty changed the content model of the page pub.solar wiki:Main Page/services.css from "wikitext" to "Sanitized CSS" Tag: content model change |
Piscimisty (talk | contribs) fix narrow screen |
||
Line 2: | Line 2: | ||
list-style: none; | list-style: none; | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | |||
} | } | ||
#mainpage-services li { | #mainpage-services li { | ||
width: 25%; | width: 25%; | ||
min-width: 15em; | |||
max-width: 20em; | |||
display: flex; | display: flex; | ||
padding: 0.5em; | padding: 0.5em; |
Revision as of 13:54, 8 January 2024
#mainpage-services { list-style: none; display: flex; flex-wrap: wrap; } #mainpage-services li { width: 25%; min-width: 15em; max-width: 20em; 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; }