From 243bc0bb030ca97ae103d129ecadc4ea3275a756 Mon Sep 17 00:00:00 2001 From: Rebeka Date: Thu, 20 Apr 2023 15:51:56 +0200 Subject: [PATCH] fix: fit text inside the circle shape GitOrigin-RevId: 81167ee6ebc281a7a403ff2fdc3b19f4cc91d6be --- services/web/frontend/stylesheets/app/plans.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/web/frontend/stylesheets/app/plans.less b/services/web/frontend/stylesheets/app/plans.less index 9e01bd43f7..0cbddc2543 100644 --- a/services/web/frontend/stylesheets/app/plans.less +++ b/services/web/frontend/stylesheets/app/plans.less @@ -87,9 +87,9 @@ } } .circle-lg { - width: 150px; - height: 150px; - padding-top: 50px; + height: 180px; + padding: 70px 8px; + width: 180px; } .circle-subtext { font-size: 1rem;