TimWindecker commited on
Commit
f4a45de
·
verified ·
1 Parent(s): 69d86e9

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +7 -0
src/streamlit_app.py CHANGED
@@ -77,6 +77,13 @@ st.markdown("""
77
  flex-grow: 1;
78
  padding-top: 0.3rem;
79
  }
 
 
 
 
 
 
 
80
  </style>
81
  """, unsafe_allow_html=True)
82
 
 
77
  flex-grow: 1;
78
  padding-top: 0.3rem;
79
  }
80
+
81
+ /* Media Query for mobile devices */
82
+ @media (max-width: 600px) {
83
+ h1 {
84
+ font-size: 2.8rem !important; /* Adjust font size for small screens */
85
+ }
86
+ }
87
  </style>
88
  """, unsafe_allow_html=True)
89