Spaces:
Running
Running
James McCool
commited on
Commit
·
51177bc
1
Parent(s):
03c5140
Update CSS in app.py to adjust font size for portal element
Browse filesModified the CSS to set the font size for the portal element, enhancing the visual presentation and consistency of the application. This change aims to improve user experience by ensuring better readability of content within the portal.
app.py
CHANGED
@@ -65,8 +65,8 @@ st.markdown("""
|
|
65 |
box-sizing: content-box !important;
|
66 |
}
|
67 |
|
68 |
-
|
69 |
-
font-size:
|
70 |
}
|
71 |
|
72 |
</style>""", unsafe_allow_html=True)
|
|
|
65 |
box-sizing: content-box !important;
|
66 |
}
|
67 |
|
68 |
+
div[id="portal"] {
|
69 |
+
--gdg-editor-font-size: 0.775;
|
70 |
}
|
71 |
|
72 |
</style>""", unsafe_allow_html=True)
|