1
Fork 0

Make ListenBrainz 100% at smaller widths.

This commit is contained in:
Bauke 2022-03-28 15:47:29 +02:00
parent a89419f3b9
commit 7a11421702
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
padding: 1rem;
width: fit-content;
@media (max-width: mixins.$medium-breakpoint) {
width: 100%;
}
a {
width: fit-content;
}