From 5c2f1747608773ef165f3dfceb1f1fcc7c744755 Mon Sep 17 00:00:00 2001 From: thecyclingblonde <73692772+thecyclingblonde@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:04:10 +0100 Subject: [PATCH] speaker image --- assets/css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/css/main.css b/assets/css/main.css index 08637fb..e2c9efc 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3867,6 +3867,16 @@ body.is-preload { } } +/* ABOUT */ +.speaker-image { + width: 100px; + height: 100px; + border-radius: 50%; + object-fit: cover; + margin-right: 20px; +} + + /* Intro */