style: reduce margin spacing in CSS layout for tighter visual density

This commit is contained in:
retoor 2024-11-26 06:41:09 +00:00
parent ddfb0ef0c3
commit 9e2abe0d03

View File

@ -118,7 +118,7 @@ UPLOAD_PAGE = """
width: 100px; width: 100px;
height: 100px; height: 100px;
object-fit: cover; object-fit: cover;
margin: 10px; margin: 5px;
float:left; float:left;
} }
</style> </style>