Paras Shah
commited on
Commit
·
cf9d7d3
1
Parent(s):
515b68a
Proper padding for production environment
Browse files
app.py
CHANGED
@@ -31,9 +31,11 @@ st.markdown(
|
|
31 |
color: #ffff00;
|
32 |
}}
|
33 |
[data-testid="stSidebarUserContent"] {{
|
34 |
-
padding-top: 3rem;
|
35 |
padding-bottom: 3rem;
|
36 |
}}
|
|
|
|
|
|
|
37 |
.main > div {{
|
38 |
padding-top: 3rem;
|
39 |
}}
|
|
|
31 |
color: #ffff00;
|
32 |
}}
|
33 |
[data-testid="stSidebarUserContent"] {{
|
|
|
34 |
padding-bottom: 3rem;
|
35 |
}}
|
36 |
+
.stMainBlockContainer {{
|
37 |
+
padding-top: 3rem;
|
38 |
+
}}
|
39 |
.main > div {{
|
40 |
padding-top: 3rem;
|
41 |
}}
|