Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:MainPage/styles.css

Template page
.or-headerRow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0.5rem;
  flex-wrap:nowrap;
}

.or-h1{
  margin:0;
  font-family: Barlow;
  font-size: 1rem;
}

/* MediaWiki usually wraps [[File:...]] output; kill its default margins */
.or-logo{
  margin:0 !important;
}

/* Also remove margins from a figure wrapper if your wiki outputs one */
.or-logo figure{
  margin:0 !important;
}

/* Make the actual <img> behave like a flex item (no baseline weirdness) */
.or-logo img{
  display:block;
  height:auto;
}