aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/components/card.md
AgeCommit message (Collapse)AuthorFilesLines
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-710/+0
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
2020-03-18Clarify card group behavior (#30416)XhmikosR1-1/+1
Co-authored-by: Mark Otto <[email protected]>
2020-03-10Bootstrap 5 grid documentationMartijn Cuppens1-87/+60
Co-authored-by: Mark Otto <[email protected]>
2020-02-07Use `aria-current` where appropriate (#30079)Gaƫl Poupard1-1/+1
2019-10-03Variable card height (#29462)Martijn Cuppens1-1/+1
2019-09-24Grid card example tweaks (#29409)Shohei Yoshida1-4/+4
Stack in cards in one column when < md
2019-09-16card.md: use `text-dark` for warning card.XhmikosR1-1/+1
2019-08-30Move margins, and equal height via utility exampleMark Otto1-19/+64
2019-08-30First pass at .row-cols classesMark Otto1-1/+87
Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too.
2019-08-30card.md remove empty `class` placeholder argument (#29345)XhmikosR1-1/+1
2019-08-16Use US locale consistently. (#29255)XhmikosR1-1/+1
2019-07-22Remove card columns in favor of masonry gridMartijn Cuppens1-84/+2
2019-03-13Add a docsref shortcode.XhmikosR1-6/+6
This allows for the build to fail if a reference isn't found.
2019-03-13Switch to Hugo.XhmikosR1-0/+688
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!