diff --git a/epicyon-profile.css b/epicyon-profile.css index e7e7b26e..1170da68 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -840,6 +840,9 @@ input[type=checkbox] font-size: var(--font-size); width: 20%; } + .scope-desc { + font-size: 32px; + } } @media screen and (max-width: 1000px) { @@ -974,4 +977,7 @@ input[type=checkbox] font-size: 35px; width: 20%; } + .scope-desc { + font-size: 35px; + } }