Jan Mühlnikel commited on
Commit
3e2a3a1
1 Parent(s): b88f1e8

change size of st tabs

Browse files
Files changed (1) hide show
  1. modules/navbar.py +1 -1
modules/navbar.py CHANGED
@@ -21,7 +21,7 @@ def show_navbar():
21
  css = '''
22
  <style>
23
  .stTabs [data-baseweb="tab-list"] button [data-testid="stMarkdownContainer"] p {
24
- font-size:2rem;
25
  }
26
  </style>
27
  '''
 
21
  css = '''
22
  <style>
23
  .stTabs [data-baseweb="tab-list"] button [data-testid="stMarkdownContainer"] p {
24
+ font-size:1.5rem;
25
  }
26
  </style>
27
  '''