fix comment

This commit is contained in:
Mark Otto 2016-12-22 16:39:18 -08:00
parent cd2584870e
commit 2c48655d07
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@
.card {
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;
}
}