Add extra media style
This commit is contained in:
parent
9a5c2cde9b
commit
abb0b535d2
1 changed files with 4 additions and 0 deletions
|
@ -118,4 +118,8 @@
|
||||||
width: 40em;
|
width: 40em;
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
|
|
||||||
|
@media (max-width: $breakpoint-small) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue