Jump to content

Template:Tournament/styles.css

From Spike Wiki
Revision as of 00:05, 15 September 2025 by >Kypho (Created page with "Chip nav for divisions: .chips{ display:flex; flex-wrap:wrap; gap:6px; margin:6px 0 10px } .chip{ display:inline-block; padding:3px 10px; border-radius:999px; background:#eef2ff; font-size:13px } .chip a{ text-decoration:none } .chip a:hover{ text-decoration:underline } Tighter section spacing: #content h2 { margin-top: 1.1em; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Chip nav for divisions */
.chips{ display:flex; flex-wrap:wrap; gap:6px; margin:6px 0 10px }
.chip{ display:inline-block; padding:3px 10px; border-radius:999px; background:#eef2ff; font-size:13px }
.chip a{ text-decoration:none }
.chip a:hover{ text-decoration:underline }

/* Tighter section spacing */
#content h2 { margin-top: 1.1em; }