1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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 {
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;
}
}