Files
dairydemon.net/styles/about.css

18 lines
209 B
CSS
Raw Normal View History

2024-10-05 22:13:41 -05:00
#aboutimg {
2024-10-05 19:15:34 -05:00
width: 256px;
height: auto;
max-width: 100%;
2025-12-29 17:05:59 -05:00
margin-right: 1rem;
margin-bottom: 1rem;
2024-10-05 19:15:34 -05:00
}
2025-07-27 20:21:31 -04:00
2026-01-06 22:34:21 -05:00
@media screen and (min-width: 512px) {
#aboutimg {
float: left;
}
.cleared {
clear: left;
}
2025-07-27 20:21:31 -04:00
}