danielle2003 commited on
Commit
c26f653
·
verified ·
1 Parent(s): faff61f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
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;