diff --git a/style.css b/style.css index dccca97..142e246 100644 --- a/style.css +++ b/style.css @@ -189,17 +189,17 @@ h2 { @media screen and (max-width: 1080px) { #pubkey { - width: 600px !important; + width: 500px !important; } } -@media screen and (max-width: 700px) { +@media screen and (max-width: 800px) { #pubkey { - width: 500px !important; + width: 300px !important; } } @media screen and (max-width: 600px) { #pubkey { - width: 400px !important; + width: 200px !important; } }