From cbc4eb4817227b2d8d4bf4e720f0d64ddbc6596a Mon Sep 17 00:00:00 2001 From: nbitzz <77242831+nbitzz@users.noreply.github.com> Date: Wed, 8 Feb 2023 23:38:04 -0800 Subject: [PATCH] kill me :3 --- src/style/app/pulldown/accounts.scss | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/style/app/pulldown/accounts.scss b/src/style/app/pulldown/accounts.scss index ade4a27..e91fa13 100644 --- a/src/style/app/pulldown/accounts.scss +++ b/src/style/app/pulldown/accounts.scss @@ -7,18 +7,24 @@ width:100%; text-align:center; - @media screen and (max-width:500px) { - /* lazy */ - transform:scale(1.15) translateY(-50%); - } - h1 { font-weight:600; font-size:24px; + + @media screen and (max-width:500px) { + font-size:30px; + } } .flavor { font-size:14px; + + /* good enoough */ + + @media screen and (max-width:500px) { + font-size:16px; + } + color:#999999; margin: 0 0 10px 0; } @@ -28,6 +34,10 @@ color:#999999; font-size:14px; + @media screen and (max-width:500px) { + font-size:16px; + } + &::after { content:" ➜"; font-size:0px;