georad commited on
Commit
41faae3
·
verified ·
1 Parent(s): a67b6e9

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. 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: 7rem; /* Adjust this value based on your status height */
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)