UCS2014 commited on
Commit
f10d919
·
verified ·
1 Parent(s): 1dea04b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ ASSETS = BASE_DIR / "assets" # -> Landing_Page/assets/
11
  HERO_LOGO_SIZE = 160 # px (top company logo size)
12
  TOP_SPACER = 100 # 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 = 80 # px (space between the cards)
16
  BUTTON_TEXT = "Click to Run APP"
17
  OPEN_IN_NEW_TAB = False # True = open links in a new tab
 
11
  HERO_LOGO_SIZE = 160 # px (top company logo size)
12
  TOP_SPACER = 100 # 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 = 160 # px (image area inside each card)
15
  GRID_GAP = 80 # px (space between the cards)
16
  BUTTON_TEXT = "Click to Run APP"
17
  OPEN_IN_NEW_TAB = False # True = open links in a new tab