Closed NeonDevil closed 7 years ago
.img-fluid is conflicting with bootstrap's declaration, specifically { display: block; }.
.img-fluid
{ display: block; }
This class could probably be removed from the group ( .section img .section .view, .card img )
.section img .section .view, .card img
fixed
.img-fluid
is conflicting with bootstrap's declaration, specifically{ display: block; }
.This class could probably be removed from the group (
.section img .section .view, .card img
)