MediaWiki:Mobile.css: verschil tussen versies

Uit Wouda's Wiki
(Aanpassingen voor verbeterde weergave op mobiele apparaten)
(geen verschil)

Versie van 30 apr 2023 14:43

/* All CSS here will be loaded for users of the mobile site */

/** Classes om titel en ondertitel goed weer te geven ook in de mobile view */
.titel,
.ondertitel {
  font-family: 'Linux Libertine','Georgia','Times',serif;
  line-height: 1;
  text-align:center;
}
.titel {
  font-size: 2.5em;
  font-weight: bold;
}
.ondertitel {
  font-size: 1.8em;
}