From e27918e4b2f567a81d5860589d4e5e6c49d52c37 Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Fri, 15 Jun 2018 13:04:23 +0200 Subject: [PATCH] Fix to correct breakpoint --- resources/assets/sass/custom.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 8786584f9..f21bbbf77 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -193,6 +193,13 @@ body, button, input, textarea { } } +@media (max-width: map-get($grid-breakpoints, "sm")) { + .card-md-rounded-0 { + border-width: 1px 0; + border-radius:0 !important; + } +} + @keyframes loading-bar { from { background-position: 0 0; } to { background-position: 100vw 0; } @@ -214,10 +221,6 @@ body, button, input, textarea { .max-hide-overflow { max-height: 600px!important; } - .card-md-rounded-0 { - border-width: 1px 0; - border-radius:0 !important; - } } @media (min-width: map-get($grid-breakpoints, "md")) {