Search found 1 match

by AgainstAllOdds
Thu Aug 08, 2019 10:36 pm
Forum: Proposals
Topic: [BUG] Category link image is stretched
Replies: 1
Views: 10946

[BUG] Category link image is stretched

https://i.ibb.co/NKQfZPn/phpmyfaq-stretched-cat-img.png

Cause: width:100%;
fix: width:auto;
optional: .card-deck .card a{ margin: 0 auto; }