Abid Ali Awan codex commited on
Commit ·
9162231
1
Parent(s): 02aa0f9
Align scam screenshot card heights
Browse filesCo-Authored-By: codex <codex@openai.com>
- static/styles.css +3 -3
static/styles.css
CHANGED
|
@@ -159,10 +159,10 @@ textarea:disabled { opacity: .45; background: #f0f5f2; cursor: not-allowed; }
|
|
| 159 |
align-items: start;
|
| 160 |
}
|
| 161 |
.example-image-card {
|
| 162 |
-
|
| 163 |
}
|
| 164 |
.example-thumb {
|
| 165 |
-
display: block; width: 100%; height:
|
| 166 |
border: 1px solid var(--line); border-radius: 10px; background: #f5f5f5;
|
| 167 |
}
|
| 168 |
.example-image-card strong { font-size: 13px; }
|
|
@@ -223,7 +223,7 @@ footer { padding: 24px clamp(18px, 5vw, 72px); display: flex; justify-content: s
|
|
| 223 |
.card-title { grid-template-columns: 30px 1fr; }
|
| 224 |
.copy-button { grid-column: 2; justify-self: start; }
|
| 225 |
.example-grid-images { grid-template-columns: 1fr; }
|
| 226 |
-
.example-thumb {
|
| 227 |
footer { flex-direction: column; }
|
| 228 |
}
|
| 229 |
|
|
|
|
| 159 |
align-items: start;
|
| 160 |
}
|
| 161 |
.example-image-card {
|
| 162 |
+
height: 100%; flex-direction: column; align-items: stretch; padding: 10px; gap: 10px;
|
| 163 |
}
|
| 164 |
.example-thumb {
|
| 165 |
+
display: block; width: 100%; height: 300px; object-fit: contain;
|
| 166 |
border: 1px solid var(--line); border-radius: 10px; background: #f5f5f5;
|
| 167 |
}
|
| 168 |
.example-image-card strong { font-size: 13px; }
|
|
|
|
| 223 |
.card-title { grid-template-columns: 30px 1fr; }
|
| 224 |
.copy-button { grid-column: 2; justify-self: start; }
|
| 225 |
.example-grid-images { grid-template-columns: 1fr; }
|
| 226 |
+
.example-thumb { height: 320px; }
|
| 227 |
footer { flex-direction: column; }
|
| 228 |
}
|
| 229 |
|