Omnibus commited on
Commit
8cd79f4
1 Parent(s): 287611d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -1
style.css CHANGED
@@ -16,11 +16,14 @@ p {
16
  }
17
 
18
  .card {
19
- max-width: 620px;
20
  margin: 0 auto;
21
  padding: 16px;
22
  border: 1px solid lightgray;
23
  border-radius: 16px;
 
 
 
 
24
  }
25
 
26
  .card p:last-child {
 
16
  }
17
 
18
  .card {
 
19
  margin: 0 auto;
20
  padding: 16px;
21
  border: 1px solid lightgray;
22
  border-radius: 16px;
23
+ background:cornflowerblue;
24
+ max-height:5000px;
25
+ display:flex;
26
+ flex-direction:column;
27
  }
28
 
29
  .card p:last-child {