Update style.css
Browse files
style.css
CHANGED
|
@@ -30,7 +30,8 @@ p {
|
|
| 30 |
overflow: hidden;
|
| 31 |
text-overflow: ellipsis;
|
| 32 |
word-wrap: break-word;
|
| 33 |
-
display:
|
|
|
|
| 34 |
}
|
| 35 |
|
| 36 |
.card p:last-child {
|
|
|
|
| 30 |
overflow: hidden;
|
| 31 |
text-overflow: ellipsis;
|
| 32 |
word-wrap: break-word;
|
| 33 |
+
display: flex;
|
| 34 |
+
flex-direction: column;
|
| 35 |
}
|
| 36 |
|
| 37 |
.card p:last-child {
|