diff --git a/index.html b/index.html
index 0690418..0777111 100644
--- a/index.html
+++ b/index.html
@@ -250,13 +250,10 @@
-
-
My Playlists
-
-
-
-
-
+
diff --git a/styles.css b/styles.css
index dc192bb..37c853e 100644
--- a/styles.css
+++ b/styles.css
@@ -3850,3 +3850,10 @@ img:not([src]), img[src=''] {
}
}
+
+.library-header {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-bottom: var(--spacing-md);
+}