mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
change card styles in docs examples to use just a max-width for now
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user