<figure> and normalize.css v3.0.0
Created by: krnlde
I recognized that the <figure>
now has margin: 1em 40px;
since the latest normalize.css.
Resetting it to margin: 0;
will solves the difference.
figure {
margin: 0;
}
Created by: krnlde
I recognized that the <figure>
now has margin: 1em 40px;
since the latest normalize.css.
Resetting it to margin: 0;
will solves the difference.
figure {
margin: 0;
}