We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa683e commit 95c689fCopy full SHA for 95c689f
2 files changed
static/style.css
@@ -1520,7 +1520,10 @@ select:focus {
1520
.hero-stats { gap: 16px; }
1521
1522
.form-card { padding: 28px 22px 24px; }
1523
- .form-row { grid-template-columns: 1fr; gap: 0; }
+ .form-row {
1524
+ grid-template-columns: 1fr;
1525
+ gap: 16px;
1526
+ }
1527
1528
.results-grid { grid-template-columns: 1fr; }
1529
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