fix comment

This commit is contained in:
Mark Otto 2016-12-22 16:39:18 -08:00
parent cd2584870e
commit 2c48655d07

View File

@ -285,7 +285,7 @@
.card { .card {
display: inline-block; // Don't let them vertically span multiple columns display: inline-block; // Don't let them vertically span multiple columns
width: 100%; // Don't let them exceed the column width width: 100%; // Don't let their width change
margin-bottom: $card-columns-margin; margin-bottom: $card-columns-margin;
} }
} }