mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 06:45:23 -04:00
15 lines
215 B
CSS
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;
|
|
}
|