DOMMETI commited on
Commit
2df101a
·
verified ·
1 Parent(s): 9fdc189

Update pages/4_Levels_of_Measurement.py

Browse files
Files changed (1) hide show
  1. pages/4_Levels_of_Measurement.py +9 -0
pages/4_Levels_of_Measurement.py CHANGED
@@ -66,6 +66,15 @@ st.markdown("""
66
  }
67
  .sidebar h2 {
68
  color: #495057;
 
 
 
 
 
 
 
 
 
69
  }
70
  </style>
71
  """, unsafe_allow_html=True)
 
66
  }
67
  .sidebar h2 {
68
  color: #495057;
69
+ }
70
+ /* Mobile specific styles */
71
+ @media only screen and (max-width: 600px) {
72
+ .stApp {
73
+ background-color: #070109;
74
+ }
75
+ h1, h2 {
76
+ font-size: 18px; /* Adjust font size for mobile devices */
77
+ }
78
  }
79
  </style>
80
  """, unsafe_allow_html=True)