mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 04:58:26 -04:00
12 lines
171 B
CSS
12 lines
171 B
CSS
.wrapper {
|
|
line-height: 0;
|
|
|
|
/* default to centering all images */
|
|
margin: 1em auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.image {
|
|
border-radius: var(--rounded-edge-radius);
|
|
}
|