style: reduce margin and add newline spacing for improved readability

This commit is contained in:
2024-11-26 06:42:27 +00:00
parent ad1b311d91
commit 377e90bf55
+2 -1
View File
@@ -118,7 +118,7 @@ UPLOAD_PAGE = """
width: 100px;
height: 100px;
object-fit: cover;
margin: 5px;
margin: 3px;
float:left;
}
</style>
@@ -139,6 +139,7 @@ UPLOAD_PAGE = """
<div class="container-images">
[images_html]
</div>
<br /><br />
<h2 id="files">Uploaded files:</h2>
<div class="container-file">
[files_html]