From 3dba90abc6b4324d8bd1452f5de9a002e7a6400a Mon Sep 17 00:00:00 2001 From: Owen Graham <ohgraham1@madisoncollege.edu> Date: Fri, 2 Jul 2021 14:09:54 -0500 Subject: [PATCH] Use new hero image --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 9dd2452..36494a6 100644 --- a/style.css +++ b/style.css @@ -41,7 +41,7 @@ p, */ .hero { - background: url("http://amrc.ssec.wisc.edu/aboutus/images/Figure2-MulockAWSMedium.jpg"); + background: url("https://amrdc.ssec.wisc.edu/wp-test/wp-content/uploads/2021/04/IMG_3718-1600x500.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center; -- GitLab