jwilles commited on
Commit
fba4f4c
·
1 Parent(s): 64ec699

Add box shadow

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +4 -1
src/display/css_html_js.py CHANGED
@@ -233,7 +233,10 @@ custom_css = """
233
  }
234
 
235
  .intro-block {
236
- padding: 20px;
 
 
 
237
  }
238
 
239
  .header-row {
 
233
  }
234
 
235
  .intro-block {
236
+ background-color: #f5f5f5;
237
+ padding: 1.5rem;
238
+ border-radius: 10px;
239
+ box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
240
  }
241
 
242
  .header-row {