1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 09:05:22 -04:00
jarv.is/components/Image/Image.module.css
2025-03-15 09:54:49 -04:00

7 lines
84 B
CSS

.image {
display: block;
margin: 1em auto;
max-width: 100%;
height: auto;
}