Update app.py
Browse files
app.py
CHANGED
|
@@ -523,7 +523,7 @@ SELECT_TEMPLATE = """
|
|
| 523 |
body{margin:0;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;
|
| 524 |
font-family:'Inter',sans-serif;background:#f1f5f9}
|
| 525 |
h1{color:#111827;font-size:2.4rem;font-weight:700;margin-bottom:2rem;text-align:center}
|
| 526 |
-
.grid{width:90%;max-width:650px;display:grid;gap:
|
| 527 |
.card{width:350px; height:150px;padding:10px;border-radius:16px;color:#fff;font-weight:600;font-size:1.4rem;
|
| 528 |
display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;
|
| 529 |
text-decoration:none;transition:.25s;box-shadow:0 6px 18px rgba(0,0,0,.08)}
|
|
|
|
| 523 |
body{margin:0;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;
|
| 524 |
font-family:'Inter',sans-serif;background:#f1f5f9}
|
| 525 |
h1{color:#111827;font-size:2.4rem;font-weight:700;margin-bottom:2rem;text-align:center}
|
| 526 |
+
.grid{width:90%;max-width:650px;display:grid;gap:80px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
|
| 527 |
.card{width:350px; height:150px;padding:10px;border-radius:16px;color:#fff;font-weight:600;font-size:1.4rem;
|
| 528 |
display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;
|
| 529 |
text-decoration:none;transition:.25s;box-shadow:0 6px 18px rgba(0,0,0,.08)}
|