diff --git a/frontend/static/styles/common.scss b/frontend/static/styles/common.scss index 59480d2..18bc7be 100644 --- a/frontend/static/styles/common.scss +++ b/frontend/static/styles/common.scss @@ -28,6 +28,10 @@ body { } } @media (width <= 390px) { body { scale: 0.85; } } +@media (width <= 360px) { body { scale: 0.80; } } +@media (width <= 340px) { body { scale: 0.75; } } +@media (width <= 320px) { body { scale: 0.70; } } +@media (width <= 300px) { body { scale: 0.65; } } .info_box { margin: auto;