Spaces:
Running
Running
James McCool
commited on
Commit
·
92a38a7
1
Parent(s):
51177bc
Update CSS in app.py to further adjust font size for portal element
Browse filesReduced the font size for the portal element from 0.775 to 0.575, aiming to enhance readability and visual consistency within the application. This change continues to improve the user experience by refining the presentation of content.
app.py
CHANGED
@@ -66,7 +66,7 @@ st.markdown("""
|
|
66 |
}
|
67 |
|
68 |
div[id="portal"] {
|
69 |
-
--gdg-editor-font-size: 0.
|
70 |
}
|
71 |
|
72 |
</style>""", unsafe_allow_html=True)
|
|
|
66 |
}
|
67 |
|
68 |
div[id="portal"] {
|
69 |
+
--gdg-editor-font-size: 0.575;
|
70 |
}
|
71 |
|
72 |
</style>""", unsafe_allow_html=True)
|