diff projects.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 e6c574c6f8e0
children 2e645b936727
line wrap: on
line diff
--- a/projects.html	Tue Mar 28 16:46:44 2023 -0400
+++ b/projects.html	Mon Aug 28 16:52:30 2023 -0400
@@ -16,7 +16,8 @@
 		}
 		body {
 			background-size: cover;
-			background: url("blueforest.png") no-repeat center center fixed;
+			background-image: url("blueforest.png");
+			background-position: center top;
 			color: white;
 			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 			text-align: center;