💄 Make Commodore image use max-width, instead of width

This commit is contained in:
Dan Jones 2021-09-14 11:43:40 -05:00
commit 4cca80789a
3 changed files with 5 additions and 2 deletions

View file

@ -5,6 +5,9 @@
.#{$abbrev}-#{$bpname}-#{$size} {
#{$prop}: $length;
}
.m#{$abbrev}-#{$bpname}-#{$size} {
max-#{$prop}: $length;
}
}
}
}