Omnibus commited on
Commit
7e3322c
1 Parent(s): 39e21c4

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -1
style.css CHANGED
@@ -21,10 +21,12 @@ p {
21
  border: 1px solid lightgray;
22
  border-radius: 16px;
23
  background:cornflowerblue;
24
- max-width:512px;
25
  max-height:5000px;
26
  display:flex;
27
  flex-direction:column;
 
 
28
  }
29
 
30
  .card p:last-child {
 
21
  border: 1px solid lightgray;
22
  border-radius: 16px;
23
  background:cornflowerblue;
24
+ max-width:100%;
25
  max-height:5000px;
26
  display:flex;
27
  flex-direction:column;
28
+ font-size:32;
29
+
30
  }
31
 
32
  .card p:last-child {