UCS2014 commited on
Commit
2f7ec63
·
verified ·
1 Parent(s): 50e6982

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,8 +50,8 @@ st.markdown(
50
  --top-spacer: {TOP_SPACER}px;
51
  --card-width: {CARD_WIDTH}px;
52
  --grid-gap: {GRID_GAP}px;
53
- --tagline-gap: 2px; /* distance between H1 and tagline */
54
- --grid-top-space: 8px; /* space above the cards */
55
  }}
56
 
57
  html, body, [data-testid="stAppViewContainer"] {{ height: 100%; }}
 
50
  --top-spacer: {TOP_SPACER}px;
51
  --card-width: {CARD_WIDTH}px;
52
  --grid-gap: {GRID_GAP}px;
53
+ --tagline-gap: 0px; /* distance between H1 and tagline */
54
+ --grid-top-space: 20px; /* space above the cards */
55
  }}
56
 
57
  html, body, [data-testid="stAppViewContainer"] {{ height: 100%; }}