We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc1cdc7 + 95c689f commit f2895fcCopy full SHA for f2895fc
2 files changed
static/style.css
@@ -1574,7 +1574,10 @@ select:focus {
1574
.hero-stats { gap: 16px; }
1575
1576
.form-card { padding: 28px 22px 24px; }
1577
- .form-row { grid-template-columns: 1fr; gap: 0; }
+ .form-row {
1578
+ grid-template-columns: 1fr;
1579
+ gap: 16px;
1580
+ }
1581
1582
.results-grid { grid-template-columns: 1fr; }
1583
templates/index.html
@@ -9,7 +9,6 @@
9
<link href="https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap" rel="stylesheet" />
10
</head>
11
<body>
12
-
13
<!-- ============================================================
14
Navigation
15
============================================================ -->
0 commit comments