Change card width to max-width

This commit is contained in:
Jan Tuomi
2018-11-18 14:14:49 +02:00
parent da07772721
commit 8160e53bae
+1 -1
View File
@@ -3,7 +3,7 @@
.card {
background-color: $white;
color: $dark-blue;
width: 20rem;
max-width: 20rem;
white-space: wrap;
margin: 1rem 1rem;