From 7ebf013cdce79c920ffb1f220901fab97d9234d2 Mon Sep 17 00:00:00 2001 From: Antonio Date: Thu, 3 Jun 2021 21:50:17 +0200 Subject: [PATCH] Fixed horizontal scrollbar reducing circular progress size on medium devices. --- static/css/sections/about.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/sections/about.css b/static/css/sections/about.css index 4f7b1e5..a28f526 100644 --- a/static/css/sections/about.css +++ b/static/css/sections/about.css @@ -496,6 +496,11 @@ .about-section.container { max-width: 100%; } + + .circular-progress { + width: 140px; + height: 140px; + } } /* Small devices (landscape phones, 576px and up) */