From fc6fe248e99ccbf755fb4911e84aba5665128c1c Mon Sep 17 00:00:00 2001 From: thiagourias Date: Wed, 12 Jun 2019 15:20:29 -0300 Subject: [PATCH] Alteracoes responsividade --- scss/courselist.scss | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/scss/courselist.scss b/scss/courselist.scss index abe093b..2f8434f 100644 --- a/scss/courselist.scss +++ b/scss/courselist.scss @@ -1,7 +1,7 @@ @media screen and (min-width: 200px) and -(max-width: 766px){ +(max-width: 765px){ .course-card-view { min-width: calc(100% - 0.5rem) !important; max-width: calc(100% - 0.5rem) !important; @@ -9,8 +9,19 @@ } @media screen and -(min-width: 767px) and -(max-width: 991px){ +(min-width: 766px) and +(max-width: 986px){ + .course-card-view { + min-width: calc(50% - 0.5rem) !important; + max-width: calc(50% - 0.5rem) !important; + } + +} + + +@media screen and +(min-width: 987px) and +(max-width: 1250px){ .course-card-view { min-width: calc(33% - 0.5rem) !important; max-width: calc(33% - 0.5rem) !important;