I'm doing a grid in boostrap, and I can not get it properly aligned vertically.
It should always look like this:
*-------------* *--------------* *--------------*
| card grande | | card Pequeno | | card Pequeno |
*-------------* *--------------* *--------------*
| | | dois | | quatro |
| | *--------------* *--------------*
| UM |
| |
| |
| |
| |
| | *--------------* *--------------*
| | | card Pequeno | | card Pequeno |
| | *--------------* *--------------*
| | | tres | | cinco |
*-------------* *--------------* *--------------*
See that cards three and five should be aligned with the base of card one, but they are going like this:
*-------------* *--------------* *--------------*
| card grande | | card Pequeno | | card Pequeno |
*-------------* *--------------* *--------------*
| | | dois | | quatro |
| | *--------------* *--------------*
| UM |
| | *--------------* *--------------*
| | | card Pequeno | | card Pequeno |
| | *--------------* *--------------*
| | | tres | | cinco |
| | *--------------* *--------------*
| |
| |
| |
*-------------*
As the card three and five, just below the two and four.