Skip to content

Commit 4a1d79f

Browse files
committed
Fix gallery style
1 parent 6946680 commit 4a1d79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
</div>
196196
</div>
197197

198-
<div class="tile is-child gallery" style="background-color: #222; padding: 0;">
198+
<div class="tile is-child gallery" style="background-color: #222; padding: 0; min-height: unset;">
199199
<div class="film-strip">
200200
{% for item in site.data.gallery %}
201201
<div class="gallery-wrap" tabindex="0">

0 commit comments

Comments
 (0)