Spaces:
Running
Running
James McCool
commited on
Commit
·
806469b
1
Parent(s):
92a38a7
Remove redundant CSS rule for portal element in app.py to streamline styling
Browse files
app.py
CHANGED
@@ -65,10 +65,6 @@ st.markdown("""
|
|
65 |
box-sizing: content-box !important;
|
66 |
}
|
67 |
|
68 |
-
div[id="portal"] {
|
69 |
-
--gdg-editor-font-size: 0.575;
|
70 |
-
}
|
71 |
-
|
72 |
</style>""", unsafe_allow_html=True)
|
73 |
|
74 |
|
|
|
65 |
box-sizing: content-box !important;
|
66 |
}
|
67 |
|
|
|
|
|
|
|
|
|
68 |
</style>""", unsafe_allow_html=True)
|
69 |
|
70 |
|