Mercurial > web
diff music.html @ 67:6019514100d4
html: fix random scaling shit on >1080p monitors
thanks twitter user for telling me
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 28 Aug 2023 16:52:30 -0400 |
parents | b3d3ac6f8c9d |
children | 2e645b936727 |
line wrap: on
line diff
--- a/music.html Tue Mar 28 16:46:44 2023 -0400 +++ b/music.html Mon Aug 28 16:52:30 2023 -0400 @@ -16,7 +16,8 @@ } body { background-size: cover; - background: url("forest.png") no-repeat center center fixed; + background-image: url("forest.png"); + background-position: center top; color: white; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: center;