diff --git a/src/css/layout.scss b/src/css/layout.scss index d5a756805..162fb7571 100644 --- a/src/css/layout.scss +++ b/src/css/layout.scss @@ -70,12 +70,12 @@ body .root .content ul.body { /* Height of 625px, or less */ @media screen and (max-height: 625px) { - height: 350px; + height: 330px; } /* Height of 595px, or less */ @media screen and (max-height: 595px) { - height: 330px; + height: 310px; } }