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 @@ ...@@ -54,11 +54,9 @@
} }
// Card examples should be horizontal // Card examples should be horizontal
// > .card { > .card {
// float: left; max-width: 20rem;
// max-width: 15rem; }
// margin: .25rem;
// }
> .nav + .nav, > .nav + .nav,
> .alert + .alert, > .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