Spaces:
Sleeping
Sleeping
Alex Amari Claude Opus 4.6 commited on
Commit ·
3bbe166
1
Parent(s): 55dd3e9
Enlarge resources banner and update closing sentence
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
app.py
CHANGED
|
@@ -992,12 +992,12 @@ hr {
|
|
| 992 |
/* ---------- RESOURCES BANNER ---------- */
|
| 993 |
.resources-banner {
|
| 994 |
background: #F0F4FA;
|
| 995 |
-
border-left:
|
| 996 |
-
padding:
|
| 997 |
-
margin: 0 0
|
| 998 |
border-radius: 4px;
|
| 999 |
-
font-size:
|
| 1000 |
-
line-height: 1.
|
| 1001 |
color: #212529;
|
| 1002 |
}
|
| 1003 |
.resources-banner p {
|
|
@@ -1076,9 +1076,7 @@ def create_interface():
|
|
| 1076 |
'enrolled in SNAP or WIC with household incomes at or below 250% of the Federal Poverty '
|
| 1077 |
'Level (about $51,100 for a family of two) — regardless of immigration status. Many '
|
| 1078 |
'hospitals go even further, offering sliding-scale discounts to households earning '
|
| 1079 |
-
'significantly more.
|
| 1080 |
-
'must accept, and hospitals are required to give it to you at admissions, discharge, and '
|
| 1081 |
-
'in every billing statement.</p>'
|
| 1082 |
'</div>'
|
| 1083 |
)
|
| 1084 |
|
|
|
|
| 992 |
/* ---------- RESOURCES BANNER ---------- */
|
| 993 |
.resources-banner {
|
| 994 |
background: #F0F4FA;
|
| 995 |
+
border-left: 5px solid #0046AD;
|
| 996 |
+
padding: 28px 32px;
|
| 997 |
+
margin: 0 0 20px 0;
|
| 998 |
border-radius: 4px;
|
| 999 |
+
font-size: 22px;
|
| 1000 |
+
line-height: 1.75;
|
| 1001 |
color: #212529;
|
| 1002 |
}
|
| 1003 |
.resources-banner p {
|
|
|
|
| 1076 |
'enrolled in SNAP or WIC with household incomes at or below 250% of the Federal Poverty '
|
| 1077 |
'Level (about $51,100 for a family of two) — regardless of immigration status. Many '
|
| 1078 |
'hospitals go even further, offering sliding-scale discounts to households earning '
|
| 1079 |
+
'significantly more. This tool can help you determine whether you and your family are eligible.</p>'
|
|
|
|
|
|
|
| 1080 |
'</div>'
|
| 1081 |
)
|
| 1082 |
|