Update pages/type_text.py
Browse files- pages/type_text.py +1 -1
pages/type_text.py
CHANGED
@@ -31,7 +31,7 @@ st.markdown(
|
|
31 |
|
32 |
/* Add padding to the main content to prevent overlap */
|
33 |
.main-content {
|
34 |
-
padding-top:
|
35 |
}
|
36 |
</style>
|
37 |
, unsafe_allow_html=True)
|
|
|
31 |
|
32 |
/* Add padding to the main content to prevent overlap */
|
33 |
.main-content {
|
34 |
+
padding-top: 0; /* Adjust this value based on your status height */
|
35 |
}
|
36 |
</style>
|
37 |
, unsafe_allow_html=True)
|