Template:Tournament/styles.css: Difference between revisions

>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; }"
 
>Kypho
No edit summary
Line 1: Line 1:
/* 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 */
/* Tighter section spacing */
#content h2 { margin-top: 1.1em; }
#content h2 { margin-top: 1.1em; }