Slightly expand width of Alert

This commit is contained in:
Justin Edmund 2023-08-25 14:44:08 -07:00
parent 0180042fad
commit 5141205e27

View file

@ -29,7 +29,7 @@
flex-direction: column;
gap: $unit-2x;
min-width: 20vw;
max-width: 30vw;
max-width: 32vw;
padding: $unit * 4;
@include breakpoint(tablet) {