From 9597e8eed3590fbc09f0805315e73c8624c85197 Mon Sep 17 00:00:00 2001 From: Hugo Leonardo <hugo.com.h@gmail.com> Date: Fri, 19 Jul 2019 01:23:59 -0300 Subject: [PATCH] =?UTF-8?q?Ajustes=20no=20CSS=20por=20causa=20da=20altera?= =?UTF-8?q?=C3=A7=C3=A3o=20da=20mensagem=20de=20vers=C3=A3o=20beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles.scss | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/src/styles.scss b/src/styles.scss index 3c92259a..47efd326 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -274,36 +274,24 @@ body { padding-top: $body-padding-top; } -@media (min-width: 775px) and (max-width: 1476px) { +@media (min-width: 505px) and (max-width: 955px) { body { padding-top: $body-padding-top + 25; } } -@media (min-width: 571px) and (max-width: 774px) { +@media (min-width: 396px) and (max-width: 504px) { body { padding-top: $body-padding-top + 48; } } -@media (min-width: 416px) and (max-width: 570px) { +@media (max-width: 395px) { body { padding-top: $body-padding-top + 70; } } -@media (min-width: 353px) and (max-width: 415px) { - body { - padding-top: $body-padding-top + 90; - } -} - -@media (max-width: 352px) { - body { - padding-top: $body-padding-top + 110; - } -} - .cursor-default { cursor: default; } -- GitLab