Skip to content

Commit e02c51d

Browse files
committed
Adjusted slideshow button placement
1 parent f9c8221 commit e02c51d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

unistore/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@
156156
align-items: center;
157157
gap: 10px;
158158
}
159+
#slideshow1 .flickity-button {
160+
transform: translateY(-35px);
161+
}
159162

160163

161164
</style>
@@ -197,7 +200,7 @@
197200
</div>
198201
</div>
199202

200-
<div class="gallery js-flickity" data-flickity-options='{"autoPlay": 3500, "wrapAround": true}' style="filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5)); margin-top: 275px;">
203+
<div class="gallery js-flickity" data-flickity-options='{"autoPlay": 3500, "wrapAround": true}' style="filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5)); margin-top: 275px;" id="slideshow1">
201204
<div class="gallery-cell">
202205
<img src="/img/news/featured/halloween.jpg" style="width: 500px; position: relative;">
203206
<div style="background-color: rgba(21, 40, 70, 0.5); position: absolute; padding-left: 300px; padding-bottom: 20px; bottom: 0;">IO</div>

0 commit comments

Comments
 (0)