Skip to content

Commit 95c689f

Browse files
committed
Fix mobile form spacing alignment
1 parent 1aa683e commit 95c689f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

static/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,10 @@ select:focus {
15201520
.hero-stats { gap: 16px; }
15211521

15221522
.form-card { padding: 28px 22px 24px; }
1523-
.form-row { grid-template-columns: 1fr; gap: 0; }
1523+
.form-row {
1524+
grid-template-columns: 1fr;
1525+
gap: 16px;
1526+
}
15241527

15251528
.results-grid { grid-template-columns: 1fr; }
15261529

templates/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap" rel="stylesheet" />
1010
</head>
1111
<body>
12-
1312
<!-- ============================================================
1413
Navigation
1514
============================================================ -->

0 commit comments

Comments
 (0)