1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 20:08:29 -04:00
jarv.is/components/Image/Image.module.css
2022-01-18 13:54:12 -05:00

8 lines
114 B
CSS

.wrapper {
line-height: 0;
/* default to centering all images */
margin: 1em auto;
text-align: center;
}