mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
change card styles in docs examples to use just a max-width for now
This commit is contained in:
parent
9b1d5adf3f
commit
7c594f2069
1 changed files with 3 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue