Skip to content

Commit f2895fc

Browse files
Merge pull request #32 from Akshat-Neeraj/fix-mobile-form-spacing
Fix mobile form spacing alignment
2 parents dc1cdc7 + 95c689f commit f2895fc

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
@@ -1574,7 +1574,10 @@ select:focus {
15741574
.hero-stats { gap: 16px; }
15751575

15761576
.form-card { padding: 28px 22px 24px; }
1577-
.form-row { grid-template-columns: 1fr; gap: 0; }
1577+
.form-row {
1578+
grid-template-columns: 1fr;
1579+
gap: 16px;
1580+
}
15781581

15791582
.results-grid { grid-template-columns: 1fr; }
15801583

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)