UCS2014 commited on
Commit
700e4b7
·
verified ·
1 Parent(s): 2db3382

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -56,14 +56,14 @@ THEME: Dict[str, Any] = {
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": 8, # space below blurb
61
 
62
  # Card logo controls (no frame/border)
63
  "logo_max_w": 250,
64
- "logo_area_h": 160, # fixed area so top spacing is identical across cards
65
  "logo_top": 6,
66
- "logo_bottom": 6,
67
  },
68
  "button": {
69
  "pad_v": 12, "pad_h": 20, "radius": 14,
 
56
  "title_mb": 2, # space below title
57
  "blurb_color": "#566275",
58
  "blurb_size": 16,
59
+ "blurb_mt": 20, # space above blurb
60
+ "blurb_mb": 0, # space below blurb
61
 
62
  # Card logo controls (no frame/border)
63
  "logo_max_w": 250,
64
+ "logo_area_h": 200, # fixed area so top spacing is identical across cards
65
  "logo_top": 6,
66
+ "logo_bottom": 0,
67
  },
68
  "button": {
69
  "pad_v": 12, "pad_h": 20, "radius": 14,