1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 22:14:28 -04:00
Files
jarv.is/components/Image/Image.module.css
T
2025-02-07 11:33:38 -05:00

15 lines
215 B
CSS

.image {
height: auto;
max-width: 100%;
border-radius: var(--radii-corner);
}
.block {
display: block;
line-height: 0;
/* default to centering all images */
margin: 1em auto;
text-align: center;
}