1
2024-10-27 16:35:55 -04:00

10 lines
167 B
SCSS

img {
max-width: 100%;
border-radius: 5px;
display: block;
margin: auto;
// NOTE: Enabling this breaks white images
// box-shadow: 0 3px 3px #717171;
}