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

Template:HomePage/styles.css: Difference between revisions

Template page
Created page with ".home-wrap{ max-width: 980px; margin: 0 auto; padding: 16px; } .home-logo{ text-align: center; margin: 8px 0 18px; } .home-patchBox{ border: 2px solid #222; border-radius: 12px; min-height: 280px; display: flex; align-items: center; justify-content: center; } .home-fiveRow{ margin-top: 18px; display: flex; gap: 14px; } .home-smallBox{ flex: 1 1 0; min-height: 110px; border: 2px solid #222; border-radius: 12px; display: flex; al..."
 
Meepl changed the content model of the page Template:HomePage/styles.css from "wikitext" to "Sanitized CSS"
(No difference)

Revision as of 00:44, 1 January 2026

.home-wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 16px;
}

.home-logo{
  text-align: center;
  margin: 8px 0 18px;
}

.home-patchBox{
  border: 2px solid #222;
  border-radius: 12px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-fiveRow{
  margin-top: 18px;
  display: flex;
  gap: 14px;
}

.home-smallBox{
  flex: 1 1 0;
  min-height: 110px;
  border: 2px solid #222;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}