From 0b38cb6900059b07bd37cd5b0a1ec3745e0398ca Mon Sep 17 00:00:00 2001 From: thiagourias Date: Tue, 26 Mar 2019 18:32:59 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20responsividade=20vLibras?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/tema.css | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/style/tema.css b/style/tema.css index c5d269c..82423ee 100644 --- a/style/tema.css +++ b/style/tema.css @@ -394,8 +394,38 @@ Bootstrap Media Queries max-height: 228.5px; } @media screen and +(min-width: 200px) and +(max-width: 320px) { + .tamanhoVideo{ + max-width: 100% !important; + max-height: 100% !important; + } + .heightVar{ + height: 246.5px !important; + } + .dropdown-content { + + left: 0px !important; + } +} +@media screen and (min-width: 361px) and +(max-width: 418px) { + .tamanhoVideo{ + max-width: 100% !important; + max-height: 100% !important; + } + .heightVar{ + height: 246.5px !important; + } +} +@media screen and +(min-width: 419px) and (max-width: 540px) { + .dropdown-content { + + left: 0px !important; + } .tamanhoVideo{ max-width: 100% !important; max-height: 100% !important; @@ -404,8 +434,26 @@ Bootstrap Media Queries height: 246.5px !important; } } + + @media screen and (min-width: 541px) and +(max-width: 591px) { + .dropdown-content { + left: 0px !important; + } + + .tamanhoVideo{ + max-width: 100% !important; + max-height: 100% !important; + } + .heightVar{ + height: 310.5px !important; + } +} + +@media screen and +(min-width: 592px) and (max-width: 660px) { .tamanhoVideo{ max-width: 100% !important;