diff --git a/site/assets/links/listenbrainz.svg b/site/assets/links/listenbrainz.svg
index 6037e4d..82a0dc9 100644
--- a/site/assets/links/listenbrainz.svg
+++ b/site/assets/links/listenbrainz.svg
@@ -1 +1,43 @@
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/site/assets/links/notist.svg b/site/assets/links/notist.svg
new file mode 100644
index 0000000..2d4f893
--- /dev/null
+++ b/site/assets/links/notist.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/site/index.html b/site/index.html
index 5afaea7..340a1a7 100644
--- a/site/index.html
+++ b/site/index.html
@@ -36,7 +36,7 @@
diff --git a/site/styles.css b/site/styles.css
index 3b729c3..2d4ee2a 100644
--- a/site/styles.css
+++ b/site/styles.css
@@ -178,7 +178,14 @@ main {
img {
position: absolute;
height: 5rem;
+ width: 5rem;
background: var(--color-surface-0);
+ box-sizing: border-box;
+ padding: .5rem;
+
+ &.full {
+ padding: 0;
+ }
}
span {