From c3acbef39081f621a3283a0d527b918b6a5ea2a4 Mon Sep 17 00:00:00 2001 From: Christoph Wagner Date: Tue, 9 Jul 2024 14:12:27 +0100 Subject: [PATCH] Trying to add portrait into carousel --- _layouts/about.liquid | 2 +- _sass/_base.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/about.liquid b/_layouts/about.liquid index be83d4d8fa4e..d5b9c2ff5e65 100644 --- a/_layouts/about.liquid +++ b/_layouts/about.liquid @@ -54,7 +54,7 @@ layout: default Group hike in the Pentland hills {% endcomment %} Group on Bristo square 2023 - Axe throwing social February 2024 + Axe throwing social February 2024 BMIA conference dinner June 2024 diff --git a/_sass/_base.scss b/_sass/_base.scss index 70bbb2f750d9..33a29471870e 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -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; }