Skip to content

Commit b0e9110

Browse files
authored
Updated scrolling after choosing an artist
1 parent 7a77b9f commit b0e9110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/home/exhibition-artists-slider.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Exhibition artists slider -->
2-
<div class="row">
2+
<div class="row" id="exhibition-artists-slider">
33
<div class="col-lg-12 slider-container">
44
<div class="slider-content">
55
{% for speaker in site.data.exhibition-artists %}
@@ -31,7 +31,7 @@ <h3>{{ speaker.title }}</h3>
3131

3232
<div class="slider-tabs">
3333
{% for speaker in site.data.exhibition-artists %}
34-
<a class="slider-item page-scroll person item-col-4" data-index="{{ forloop.index0 }}" href="#invited-speakers">
34+
<a class="slider-item page-scroll person item-col-4" data-index="{{ forloop.index0 }}" href="#exhibition-artists-slider">
3535
<div class="person-photo-wrapper speaker-photo" style="width: 75px;">
3636
<div>
3737
<img src="{{ speaker.image | relative_url }}" alt="{{ speaker.name }} photo">

0 commit comments

Comments
 (0)