Template:Home/styles.css: Difference between revisions

>Kypho
Created page with "Layout: .grid2{ display:grid; grid-template-columns:1fr; gap:12px; } @media (min-width:900px){ .grid2{ grid-template-columns:1fr 1fr; } } Hero: .hero{ padding:8px 0 4px; border-bottom:1px solid #eaecf0; margin-bottom:8px; } .hero-title{ font-size:28px; font-weight:700; } .hero-sub{ color:#54595d; margin-top:4px; } Cards & lists: .card{ border:1px solid #eaecf0; border-radius:8px; padding:12px; background:#fff; } .card-h{ font-weight:600; margin-bottom:8p..."
 
>Kypho
No edit summary
 
Line 21: Line 21:
.btn-row input[type="submit"]:hover{ background:#fff; }
.btn-row input[type="submit"]:hover{ background:#fff; }


/* Tables match Wikipedia vibe */
/* Tables */
.wikitable{ width:100%; }
.wikitable{ width:100%; }