Increase slideshow height to 700px

This commit is contained in:
dsyoon
2025-12-27 15:53:22 +09:00
parent 07972e0bb2
commit b281ea9864

View File

@@ -29,7 +29,7 @@ div.slideshow-container {
position: relative; position: relative;
clear: both; clear: both;
/* Constrain slideshow to a single-screen friendly box */ /* Constrain slideshow to a single-screen friendly box */
height: 500px; height: 700px;
max-width: 1100px; max-width: 1100px;
} }
div.loader { div.loader {