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%;
margin-right: 10px;
margin-bottom: 10px;
float: left;
}
2025-07-27 20:21:31 -04:00
.cleared {
clear: left;
}