From 621eaea2b00561c64ac5965d6b0818cd8bfb2928 Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Fri, 5 Apr 2024 12:29:15 -0400 Subject: [PATCH] Update Layout.css --- src/styles/Layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/Layout.css b/src/styles/Layout.css index 96b89ea..4fff943 100644 --- a/src/styles/Layout.css +++ b/src/styles/Layout.css @@ -13,6 +13,7 @@ body { margin: 0; background-attachment: fixed; background-image: url("/images/background.jpg"); + background-size: cover; color: white; }