X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/998977e74882d0c12413d7bc08c8475a78afbf18..affc845a8af21ea11ea4f500ed06ea2d1f8ea53d:/project/templates/explorer/folder_images.html

diff --git a/project/templates/explorer/folder_images.html b/project/templates/explorer/folder_images.html
index e6beb076..8f5f600f 100644
--- a/project/templates/explorer/folder_images.html
+++ b/project/templates/explorer/folder_images.html
@@ -1,5 +1,3 @@
 {% for image in images %}
-    <div class="image-box" src="{{ image }}" style="width: 460px; height: 460px; margin: 5px; background-color: gray">
-        <p>{{ image }}</p>
-    </div>
+    <div class="image-box" src="{{ image }}" style="width: 480px; height: 640px;">{{ image }}</div>
 {% endfor %}
\ No newline at end of file