diff --git a/components/Alert/index.scss b/components/Alert/index.scss index 6a01e10e..aba79f93 100644 --- a/components/Alert/index.scss +++ b/components/Alert/index.scss @@ -22,6 +22,11 @@ max-width: 30vw; padding: $unit * 4; + @include breakpoint(phone) { + max-width: inherit; + width: 60vw; + } + .description { font-size: $font-regular; line-height: 1.4;