Daemonite / Daemonite/material
`.card-img` bug: cannot align two column with image
Open
bug
- Dominant language
- CSS
- Stars
- 3.2k
- Forks
- 700
- PR merge metrics
- No merged PRs in 30d
Description
```html
```
### Expect Result

### But Current Result

### Solution
to fix just add `width:100%` to `.card-img` .
https://github.com/twbs/bootstrap/blob/v4-dev/scss/_card.scss#L123
```
.card-img {
width:100%;
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.