style: reduce margin and add newline spacing for improved readability

This commit is contained in:
retoor 2024-11-26 06:42:27 +00:00
parent ad1b311d91
commit 377e90bf55

View File

@ -118,7 +118,7 @@ UPLOAD_PAGE = """
width: 100px; width: 100px;
height: 100px; height: 100px;
object-fit: cover; object-fit: cover;
margin: 5px; margin: 3px;
float:left; float:left;
} }
</style> </style>
@ -139,6 +139,7 @@ UPLOAD_PAGE = """
<div class="container-images"> <div class="container-images">
[images_html] [images_html]
</div> </div>
<br /><br />
<h2 id="files">Uploaded files:</h2> <h2 id="files">Uploaded files:</h2>
<div class="container-file"> <div class="container-file">
[files_html] [files_html]