From 1df86eb20dca2f18673d95c50642d3e319736e48 Mon Sep 17 00:00:00 2001 From: Niles Rogoff Date: Sun, 26 Jun 2016 17:14:42 -0400 Subject: [PATCH] Fixed graphical bug --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d22439e..a8c8c25 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { font-family:helvetica; - background:url("background.png") no-repeat center center fixed; + background:url("background.png") no-repeat center/cover fixed; } #content { width:90%;