Files
dairydemon.net/styles/about.css
2026-01-06 22:34:21 -05:00

18 lines
209 B
CSS

#aboutimg {
width: 256px;
height: auto;
max-width: 100%;
margin-right: 1rem;
margin-bottom: 1rem;
}
@media screen and (min-width: 512px) {
#aboutimg {
float: left;
}
.cleared {
clear: left;
}
}