1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 21:14:24 -04:00
Files
jarv.is/components/Image/Image.module.css
T
2025-03-15 09:54:49 -04:00

7 lines
84 B
CSS

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