rewrite getting artist images using classes

- remove left padding on #acontent
This commit is contained in:
geoffrey45
2022-05-31 00:05:37 +03:00
parent 94504a1575
commit 9879f131e8
6 changed files with 107 additions and 51 deletions
+1
View File
@@ -133,6 +133,7 @@ a {
grid-area: content;
max-width: 1504px;
padding: $small;
padding-left: 0;
overflow: auto;
.nav {