Skip to content

Commit 2b9fc58

Browse files
committed
-
1 parent b0a6d73 commit 2b9fc58

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

examples/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,20 @@
88
*, *::before, *::after { box-sizing: border-box; }
99

1010
/* ── Page & background ────────────────────────────────────────── */
11-
body {
11+
html, body {
1212
font-family: 'Inter', 'Segoe UI', Helvetica, Arial, sans-serif;
1313
background-color: #eef2ff;
1414
background-image:
1515
radial-gradient(ellipse 70% 40% at 10% 5%, rgba(219,234,254,0.95) 0%, transparent 55%),
1616
radial-gradient(ellipse 55% 45% at 90% 95%, rgba(233, 240, 254, 0.95) 0%, transparent 55%);
1717
min-width: 1024px;
1818
min-height: 100vh;
19+
width: 100%;
1920
color: #1e293b;
2021
padding-bottom: 52px;
2122
line-height: 1.65;
23+
margin: 0;
24+
padding: 0;
2225
}
2326

2427
/* ── Page header banner ───────────────────────────────────────── */

0 commit comments

Comments
 (0)