Make ListenBrainz 100% at smaller widths.
This commit is contained in:
parent
a89419f3b9
commit
7a11421702
|
@ -12,6 +12,10 @@
|
|||
padding: 1rem;
|
||||
width: fit-content;
|
||||
|
||||
@media (max-width: mixins.$medium-breakpoint) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
width: fit-content;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue