Commit 7c594f20 authored by Mark Otto's avatar Mark Otto

change card styles in docs examples to use just a max-width for now

parent 9b1d5adf
......@@ -54,11 +54,9 @@
}
// Card examples should be horizontal
// > .card {
// float: left;
// max-width: 15rem;
// margin: .25rem;
// }
> .card {
max-width: 20rem;
}
> .nav + .nav,
> .alert + .alert,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment