# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1639402776 18000 # Node ID f86d23d4088587447babe78d241a945fcccb3c2e # Parent 80dfefdf89b8bf23ee033a2a77ded1850871467c Fix mobile navbar being centered on music.html committer: GitHub diff -r 80dfefdf89b8 -r f86d23d40885 music.html --- 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;