fix: center and resize page title and section headings
This commit is contained in:
@@ -29,15 +29,14 @@ body {
|
|||||||
/* ── Header ─────────────────────────────────────── */
|
/* ── Header ─────────────────────────────────────── */
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding: 1rem 1.25rem 0.5rem;
|
padding: 1rem 1.25rem 0.25rem;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-title {
|
.header-title {
|
||||||
font-size: 0.7rem;
|
font-size: 2rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-transform: uppercase;
|
color: var(--text);
|
||||||
letter-spacing: 0.15em;
|
|
||||||
color: var(--text-muted);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Layout ─────────────────────────────────────── */
|
/* ── Layout ─────────────────────────────────────── */
|
||||||
@@ -55,12 +54,12 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.section-heading {
|
.section-heading {
|
||||||
font-size: 0.7rem;
|
font-size: 2rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-transform: uppercase;
|
text-align: center;
|
||||||
letter-spacing: 0.12em;
|
color: var(--text);
|
||||||
color: var(--text-muted);
|
margin-bottom: 1rem;
|
||||||
margin-bottom: 0.75rem;
|
margin-top: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.games-grid {
|
.games-grid {
|
||||||
|
|||||||
Reference in New Issue
Block a user