UCS2014 commited on
Commit
a5380e5
·
verified ·
1 Parent(s): 39ba465

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -17,7 +17,7 @@ THEME: Dict[str, Any] = {
17
  "page": {
18
  "container_width": 1120, # max content width (px)
19
  "bg_radial": True, # faint radial background
20
- "section_gap": 44, # px between hero and cards section
21
  "footer_gap": 36, # px space before footer
22
  "top_padding": 40, # top padding of the page
23
  },
@@ -30,13 +30,13 @@ THEME: Dict[str, Any] = {
30
  "tagline_weight": 500, # 400–600 looks classy when italic
31
  "tagline_italic": True, # <— italic tagline
32
  "tagline_color": "#0B1220",
33
- "logo_bottom": 14, # px space between logo and tagline
34
  "block_bottom": 22, # px space below the whole hero block
35
  },
36
  "grid": {
37
  "columns": 2, # number of cards per row (auto-wrap on narrow screens)
38
  "gap": 40, # px gap between cards
39
- "card_width": 460, # preferred card width (px)
40
  },
41
  "card": {
42
  "radius": 22, # px
@@ -47,7 +47,7 @@ THEME: Dict[str, Any] = {
47
  "bg_bot": "#FBFCFE", # gradient bottom
48
  "pad_v": 24, # vertical padding inside card
49
  "pad_h": 22, # horizontal padding inside card
50
- "gap": 12, # space between stacked elements inside the card
51
 
52
  # Title & paragraph
53
  "title_color": "#0B1220",
 
17
  "page": {
18
  "container_width": 1120, # max content width (px)
19
  "bg_radial": True, # faint radial background
20
+ "section_gap": 50, # px between hero and cards section
21
  "footer_gap": 36, # px space before footer
22
  "top_padding": 40, # top padding of the page
23
  },
 
30
  "tagline_weight": 500, # 400–600 looks classy when italic
31
  "tagline_italic": True, # <— italic tagline
32
  "tagline_color": "#0B1220",
33
+ "logo_bottom": 10, # px space between logo and tagline
34
  "block_bottom": 22, # px space below the whole hero block
35
  },
36
  "grid": {
37
  "columns": 2, # number of cards per row (auto-wrap on narrow screens)
38
  "gap": 40, # px gap between cards
39
+ "card_width": 400, # preferred card width (px)
40
  },
41
  "card": {
42
  "radius": 22, # px
 
47
  "bg_bot": "#FBFCFE", # gradient bottom
48
  "pad_v": 24, # vertical padding inside card
49
  "pad_h": 22, # horizontal padding inside card
50
+ "gap": 9, # space between stacked elements inside the card
51
 
52
  # Title & paragraph
53
  "title_color": "#0B1220",