James McCool commited on
Commit
92a38a7
·
1 Parent(s): 51177bc

Update CSS in app.py to further adjust font size for portal element

Browse files

Reduced 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.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ st.markdown("""
66
  }
67
 
68
  div[id="portal"] {
69
- --gdg-editor-font-size: 0.775;
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)