BraydenMoore commited on
Commit
437493a
·
1 Parent(s): e92bcf1

Update web/static/styles.css

Browse files
Files changed (1) hide show
  1. web/static/styles.css +6 -1
web/static/styles.css CHANGED
@@ -9,7 +9,12 @@ body {
9
  padding: 0;
10
  text-align: center;
11
  }
12
-
 
 
 
 
 
13
  .header {
14
  margin-top: 40px;
15
  margin-bottom: 20px;
 
9
  padding: 0;
10
  text-align: center;
11
  }
12
+ #demo {
13
+ margin-bottom: 20px;
14
+ width: 25%;
15
+ height: auto;
16
+ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
17
+ }
18
  .header {
19
  margin-top: 40px;
20
  margin-bottom: 20px;