Spaces:
Build error
Build error
Update pages/7_Distribution.py
Browse files- pages/7_Distribution.py +9 -0
pages/7_Distribution.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)
|