1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 05:18:28 -04:00
jarv.is/components/Image/Image.module.css

12 lines
177 B
CSS

.wrapper {
line-height: 0;
/* default to centering all images */
margin: 1em auto;
text-align: center;
}
.wrapper img {
border-radius: var(--rounded-edge-radius);
}