1
Evan Pratten 66528d6284 Revert "The great migration"
This reverts commit f184e610368cedc50f9dd557953c83f70b55f329.
2024-11-14 12:45:30 -05: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;
}