Add extra media style

This commit is contained in:
Yamboy1 2020-02-15 08:21:16 +13:00 committed by Sean Yesmunt
parent 9a5c2cde9b
commit abb0b535d2

View file

@ -118,4 +118,8 @@
width: 40em;
max-width: unset;
min-width: unset;
@media (max-width: $breakpoint-small) {
width: 100%;
}
}