Fix alert width on mobile

This commit is contained in:
Justin Edmund 2023-01-28 20:33:13 -08:00
parent a4a5ccf33f
commit d613cf8af0

View file

@ -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;