Fix alert width on mobile
This commit is contained in:
parent
a4a5ccf33f
commit
d613cf8af0
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@
|
||||||
max-width: 30vw;
|
max-width: 30vw;
|
||||||
padding: $unit * 4;
|
padding: $unit * 4;
|
||||||
|
|
||||||
|
@include breakpoint(phone) {
|
||||||
|
max-width: inherit;
|
||||||
|
width: 60vw;
|
||||||
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
font-size: $font-regular;
|
font-size: $font-regular;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue