Spaces:
Build error
Build error
Update pages/6_Measurement of Dispersion.py
Browse files
pages/6_Measurement of Dispersion.py
CHANGED
|
@@ -68,6 +68,15 @@ st.markdown("""
|
|
| 68 |
}
|
| 69 |
.sidebar h2 {
|
| 70 |
color: #495057;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
}
|
| 72 |
</style>
|
| 73 |
""", unsafe_allow_html=True)
|
|
|
|
| 68 |
}
|
| 69 |
.sidebar h2 {
|
| 70 |
color: #495057;
|
| 71 |
+
}
|
| 72 |
+
/* Mobile specific styles */
|
| 73 |
+
@media only screen and (max-width: 600px) {
|
| 74 |
+
.stApp {
|
| 75 |
+
background-color: #070109;
|
| 76 |
+
}
|
| 77 |
+
h1, h2 {
|
| 78 |
+
font-size: 18px; /* Adjust font size for mobile devices */
|
| 79 |
+
}
|
| 80 |
}
|
| 81 |
</style>
|
| 82 |
""", unsafe_allow_html=True)
|