Skip to content

Commit d4d5ddd

Browse files
committed
style: Fix uneven padding throughout website
- Reduce code block padding from 1.5rem to 1rem 1.5rem (top/bottom, left/right) - Reduce container padding from 3rem to 2.5rem for better balance - Reduce install section padding from 2rem to 1.5rem - More consistent and balanced spacing throughout - Better visual hierarchy and proportions - Maintains clean, minimal aesthetic
1 parent 3ddc5cf commit d4d5ddd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
background: white;
2727
border: 1px solid #e1e5e9;
2828
border-radius: 8px;
29-
padding: 3rem;
29+
padding: 2.5rem;
3030
max-width: 800px;
3131
width: 90%;
3232
text-align: center;
@@ -56,7 +56,7 @@
5656
.install-section {
5757
background: #f8f9fa;
5858
border-radius: 8px;
59-
padding: 2rem;
59+
padding: 1.5rem;
6060
margin: 2rem 0;
6161
border-left: 4px solid #000;
6262
}
@@ -71,7 +71,7 @@
7171
.code-block {
7272
background: #000;
7373
color: #fff;
74-
padding: 1.5rem;
74+
padding: 1rem 1.5rem;
7575
border-radius: 6px;
7676
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
7777
font-size: 0.9rem;

0 commit comments

Comments
 (0)