diff options
author | 2023-03-26 21:53:36 +0200 | |
---|---|---|
committer | 2023-03-26 21:53:36 +0200 | |
commit | f4e00553c4acf44de48af958afc8747128b55562 (patch) | |
tree | de420e429b76e77546079d2a0878ce2ed1958f1e /apps/Calculator/styles | |
parent | ec11985ae944bc6acb63afacb96512606c1dd7c8 (diff) | |
download | my_apps-f4e00553c4acf44de48af958afc8747128b55562.tar.gz my_apps-f4e00553c4acf44de48af958afc8747128b55562.tar.bz2 my_apps-f4e00553c4acf44de48af958afc8747128b55562.zip |
make calculator app smaller
Diffstat (limited to 'apps/Calculator/styles')
-rw-r--r-- | apps/Calculator/styles/_calculator.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/Calculator/styles/_calculator.scss b/apps/Calculator/styles/_calculator.scss index 987a0ea..925d363 100644 --- a/apps/Calculator/styles/_calculator.scss +++ b/apps/Calculator/styles/_calculator.scss @@ -24,7 +24,7 @@ } > div:nth-child(2) { - font-size: 2.5em; + font-size: 1.5em; flex-grow: 1; display: flex; align-items: center; @@ -48,7 +48,7 @@ align-items: center; border: 1px solid var(--color-window-buttons); transition: .3s background-color; - font-size: 2em; + font-size: 1.5em; } &:nth-of-type(1) { |