Remove unused hero-stat CSS block
Browse files
app.py
CHANGED
|
@@ -197,26 +197,6 @@ st.markdown("""
|
|
| 197 |
color: #94a3b8; font-size: .86rem; font-weight: 400;
|
| 198 |
margin-bottom: 28px; line-height: 1.65; max-width: 560px;
|
| 199 |
}
|
| 200 |
-
.hero-stats {
|
| 201 |
-
display: flex; flex-wrap: wrap; gap: 0;
|
| 202 |
-
background: rgba(255,255,255,.045);
|
| 203 |
-
border: 1px solid rgba(255,255,255,.07);
|
| 204 |
-
border-radius: 16px; padding: 6px; width: fit-content;
|
| 205 |
-
}
|
| 206 |
-
.hero-stat {
|
| 207 |
-
padding: 12px 24px; text-align: center;
|
| 208 |
-
border-right: 1px solid rgba(255,255,255,.06);
|
| 209 |
-
}
|
| 210 |
-
.hero-stat:last-child { border-right: none; }
|
| 211 |
-
.hero-stat-num {
|
| 212 |
-
display: block; color: #f8fafc; font-size: 1.6rem;
|
| 213 |
-
font-weight: 900; letter-spacing: -.04em; line-height: 1;
|
| 214 |
-
}
|
| 215 |
-
.hero-stat-lbl {
|
| 216 |
-
display: block; color: #334155; font-size: .6rem; font-weight: 700;
|
| 217 |
-
text-transform: uppercase; letter-spacing: .1em; margin-top: 5px;
|
| 218 |
-
}
|
| 219 |
-
|
| 220 |
/* Task cards */
|
| 221 |
.task-card {
|
| 222 |
background: #fff; border-radius: 18px; padding: 20px 22px;
|
|
|
|
| 197 |
color: #94a3b8; font-size: .86rem; font-weight: 400;
|
| 198 |
margin-bottom: 28px; line-height: 1.65; max-width: 560px;
|
| 199 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 200 |
/* Task cards */
|
| 201 |
.task-card {
|
| 202 |
background: #fff; border-radius: 18px; padding: 20px 22px;
|