diff music.html @ 27:f86d23d40885

Fix mobile navbar being centered on music.html committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Mon, 13 Dec 2021 08:39:36 -0500
parents 204899dd990a
children 151e89170703
line wrap: on
line diff
--- a/music.html	Sun Dec 12 18:09:09 2021 -0500
+++ b/music.html	Mon Dec 13 08:39:36 2021 -0500
@@ -10,6 +10,7 @@
 		@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap');
 		.navbar {
 			background: linear-gradient(to bottom, rgba(255,255,255,0.1) 25%, rgba(0,0,0,0) 100%);
+			text-align: left; /* Override body text align */
 		}
 		body {
 			background-size: cover;