UCS2014 commited on
Commit
2d7d616
·
verified ·
1 Parent(s): ea51ae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ ASSETS = BASE_DIR / "assets" # -> Landing_Page/assets/
9
 
10
  # ========= CONTROLS (tweak these) =========
11
  HERO_LOGO_SIZE = 160 # px (top company logo size)
12
- TOP_SPACER = 24 # px (breathing room above hero; raise if the logo looks "trimmed")
13
  CARD_WIDTH = 300 # px (fixed width per card on desktop)
14
  CARD_THUMB_HEIGHT = 120 # px (image area inside each card)
15
  GRID_GAP = 20 # px (space between the two cards)
 
9
 
10
  # ========= CONTROLS (tweak these) =========
11
  HERO_LOGO_SIZE = 160 # px (top company logo size)
12
+ TOP_SPACER = 30 # px (breathing room above hero; raise if the logo looks "trimmed")
13
  CARD_WIDTH = 300 # px (fixed width per card on desktop)
14
  CARD_THUMB_HEIGHT = 120 # px (image area inside each card)
15
  GRID_GAP = 20 # px (space between the two cards)