change max-width

This commit is contained in:
filifa
2024-05-27 21:00:27 -05:00
parent 73ad0fccd1
commit 0d63d44cfe

View File

@@ -103,7 +103,8 @@ ol ol ol {
} }
#usbimg { #usbimg {
max-width: 256px; width: 256px;
max-width: 100%;
margin-right: 10px; margin-right: 10px;
float: left; float: left;
} }