Files
dairydemon.net/styles/about.css

13 lines
147 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
float: left;
}
2025-07-27 20:21:31 -04:00
.cleared {
clear: left;
}