comparison 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
comparison
equal deleted inserted replaced
26:80dfefdf89b8 27:f86d23d40885
8 <meta name="viewport" content="width=device-width, initial-scale=1.0"/> 8 <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
9 <style> 9 <style>
10 @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap'); 10 @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap');
11 .navbar { 11 .navbar {
12 background: linear-gradient(to bottom, rgba(255,255,255,0.1) 25%, rgba(0,0,0,0) 100%); 12 background: linear-gradient(to bottom, rgba(255,255,255,0.1) 25%, rgba(0,0,0,0) 100%);
13 text-align: left; /* Override body text align */
13 } 14 }
14 body { 15 body {
15 background-size: cover; 16 background-size: cover;
16 background: url("forest.png") no-repeat center center fixed; 17 background: url("forest.png") no-repeat center center fixed;
17 color: white; 18 color: white;