From f6b4da8156d5544fcc6e7bc2bf9b184ad116d459 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Tue, 1 Oct 2024 17:00:52 +0200 Subject: [PATCH] panel discussion --- src/App/App.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App/App.css b/src/App/App.css index 38e62d2e..0026faea 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -856,10 +856,10 @@ img .middle{ .img-round-panel{ border-radius: 50%; - width: 120px; - height: 120px; - max-height: 13vh; - max-width: 13vh; + width: 100px; + height: 100px; + max-height: 10vh; + max-width: 10vh; object-fit: cover !important; } .img-cube{ -- GitLab