Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -21,10 +21,12 @@ p {
|
|
21 |
border: 1px solid lightgray;
|
22 |
border-radius: 16px;
|
23 |
background:cornflowerblue;
|
24 |
-
max-width:
|
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 {
|