samuelrince commited on
Commit
f3712da
1 Parent(s): 9f104ef

fix: update margins

Browse files
Files changed (1) hide show
  1. src/assets.py +1 -1
src/assets.py CHANGED
@@ -10,7 +10,7 @@ custom_css = """
10
  border: 1px solid #f19637;
11
  border-radius: 8px;
12
  padding: 4px 8px;
13
- margin: 0px 8px;
14
  font-size: 14px !important;
15
  font-weight: bold !important;
16
  }
 
10
  border: 1px solid #f19637;
11
  border-radius: 8px;
12
  padding: 4px 8px;
13
+ margin: 4px 0px;
14
  font-size: 14px !important;
15
  font-weight: bold !important;
16
  }