Skip to content

Commit

Permalink
Trying to add portrait into carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Wagner committed Jul 9, 2024
1 parent 3e93e0f commit c3acbef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/about.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ layout: default
<img src="assets/img/group/group1_reduced.jpg" alt="Group hike in the Pentland hills" class="pic">
{% endcomment %}
<img src="assets/img/group/group2_reduced.jpg" alt="Group on Bristo square 2023" class="landscape">
<img src="assets/img/group/group3_reduced.jpg" alt="Axe throwing social February 2024" class="blabla">
<img src="assets/img/group/group3_reduced.jpg" alt="Axe throwing social February 2024" class="landscape">
<img src="assets/img/group/group4_reduced.jpg" alt="BMIA conference dinner June 2024" class="portrait">
</div>

Expand Down
4 changes: 2 additions & 2 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1274,8 +1274,8 @@ swiper-container {
.portrait {
position: absolute;
top: 0;
left: calc(50% - 20%);
width: 40%;
left: calc(50% - 25%);
width: 50%;
opacity: 0;
animation: display 15s infinite;
}
Expand Down

0 comments on commit c3acbef

Please sign in to comment.