pub.solar wiki:Main Page/services.css

From pub.solar wiki
Revision as of 12:25, 8 January 2024 by Piscimisty (talk | contribs) (rudimentary CSS for the services)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. mainpage-services {
 list-style: none;
 display: flex;

}

  1. mainpage-services li {
 width: 25%;
 display: flex;
 padding: 0.5em;
 background-color: #eee;
 margin: 0.5em;

}

  1. mainpage-services div {
 flex-grow: 1;

}

  1. mainpage-services li > div:first-child {
 font-size: 2em;
 margin-right: 1em;

}

  1. mainpage-services a {
 font-weight: bold;

}