UCS2014 commited on
Commit
11527fb
·
verified ·
1 Parent(s): 85b465e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -24,15 +24,15 @@ PAPER_BOT = "#FBFCFE"
24
  GOLD = "#EAB308"
25
 
26
  # ========= SIZE & SPACING CONTROLS (EDIT THESE) =========
27
- TOP_PADDING_PX = 40 # top padding of the whole page
28
  STRIP_GAP_PX = 10 # space between pill and tagline
29
  STRIP_PILL_PAD_V_PX = 8
30
  STRIP_PILL_PAD_H_PX = 14
31
  STRIP_PILL_FONT_PX = 16
32
  TAGLINE_FONT_PX = 15
33
 
34
- HERO_LOGO_WIDTH_PX = 520 # width of the hero logo
35
- HERO_MARGIN_BOTTOM_PX= 6 # space under the hero logo
36
 
37
  GRID_GAP_PX = 50 # space between cards
38
  CARD_WIDTH_PX = 340 # card width
 
24
  GOLD = "#EAB308"
25
 
26
  # ========= SIZE & SPACING CONTROLS (EDIT THESE) =========
27
+ TOP_PADDING_PX = 50 # top padding of the whole page
28
  STRIP_GAP_PX = 10 # space between pill and tagline
29
  STRIP_PILL_PAD_V_PX = 8
30
  STRIP_PILL_PAD_H_PX = 14
31
  STRIP_PILL_FONT_PX = 16
32
  TAGLINE_FONT_PX = 15
33
 
34
+ HERO_LOGO_WIDTH_PX = 350 # width of the hero logo
35
+ HERO_MARGIN_BOTTOM_PX= 30 # space under the hero logo
36
 
37
  GRID_GAP_PX = 50 # space between cards
38
  CARD_WIDTH_PX = 340 # card width