UCS2014 commited on
Commit
a094079
·
verified ·
1 Parent(s): e33d81d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -53,15 +53,15 @@ THEME: Dict[str, Any] = {
53
  "title_size": 26,
54
  "title_weight": 900,
55
  "title_mt": 0, # space above title
56
- "title_mb": 2, # space below title
57
  "blurb_color": "#566275",
58
  "blurb_size": 16,
59
  "blurb_mt": 0, # space above blurb
60
  "blurb_mb": 40, # space below blurb
61
 
62
  # Card logo controls (no frame/border)
63
- "logo_max_w": 300,
64
- "logo_area_h": 250, # fixed area so top spacing is identical across cards
65
  "logo_top": 6,
66
  "logo_bottom": 0,
67
  },
 
53
  "title_size": 26,
54
  "title_weight": 900,
55
  "title_mt": 0, # space above title
56
+ "title_mb": 0, # space below title
57
  "blurb_color": "#566275",
58
  "blurb_size": 16,
59
  "blurb_mt": 0, # space above blurb
60
  "blurb_mb": 40, # space below blurb
61
 
62
  # Card logo controls (no frame/border)
63
+ "logo_max_w": 350,
64
+ "logo_area_h": 300, # fixed area so top spacing is identical across cards
65
  "logo_top": 6,
66
  "logo_bottom": 0,
67
  },