Allow word wrapping

This commit is contained in:
Yash Karandikar 2022-08-26 13:12:42 -05:00
parent afec93f01c
commit 3232223778

View file

@ -22,6 +22,7 @@ body {
margin: 7px; margin: 7px;
text-align: center; text-align: center;
transition: box-shadow .2s; transition: box-shadow .2s;
word-wrap: break-word;
} }
.card:hover { .card:hover {