diff --git a/src/components/Nav/Modal/Modal.module.scss b/src/components/Nav/Modal/Modal.module.scss index 3f5d262a..ebc49a08 100644 --- a/src/components/Nav/Modal/Modal.module.scss +++ b/src/components/Nav/Modal/Modal.module.scss @@ -17,10 +17,13 @@ background: #fff; max-width: 1000px; position: relative; - width: 100%; - @include media-breakpoint-up(sm) { - width: 80%; + &:not([class*='col-']) { + width: 100%; + + @include media-breakpoint-up(sm) { + width: 80%; + } } .close {