Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -134,6 +134,13 @@ st.markdown(f"""
|
|
134 |
box-sizing: border-box;
|
135 |
font-family:time new roman !important;
|
136 |
}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
i[class^="fa"], i[class*=" fa"] {{
|
138 |
font-family: "Font Awesome 6 Free" !important;
|
139 |
font-weight: 900 !important;
|
|
|
134 |
box-sizing: border-box;
|
135 |
font-family:time new roman !important;
|
136 |
}}
|
137 |
+
html, body, .main {{
|
138 |
+
margin: 0;
|
139 |
+
padding: 0;
|
140 |
+
height: 100%;
|
141 |
+
overflow-x: hidden;
|
142 |
+
position: relative;
|
143 |
+
}}
|
144 |
i[class^="fa"], i[class*=" fa"] {{
|
145 |
font-family: "Font Awesome 6 Free" !important;
|
146 |
font-weight: 900 !important;
|