move now playing card to left sidebar

- remove title card in featured artists
This commit is contained in:
geoffrey45
2022-03-18 19:59:33 +03:00
parent f8710a1596
commit 30140cc739
12 changed files with 130 additions and 86 deletions
+2 -2
View File
@@ -37,7 +37,7 @@
bottom: $small;
right: $small;
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.699);
background-color: $body;
color: rgb(255, 255, 255);
font-size: 0.9rem;
border-radius: $smaller;
@@ -70,7 +70,7 @@
padding: 1rem 1rem 4rem 1rem;
box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.658);
border-radius: .75rem;
background-color: $black;
background-color: $body;
@include phone-only {
width: calc(100% - 1rem);