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-03-14 15:08:00 -04:00

6 lines
68 B
CSS

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