From 7d97c6f23f08ec35c702993bbb7c4103f732b8d9 Mon Sep 17 00:00:00 2001 From: Roman Lutz Date: Tue, 15 Aug 2023 14:57:43 -0400 Subject: [PATCH] banner --- dev/custom_theme/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/custom_theme/css/styles.css b/dev/custom_theme/css/styles.css index 60c8e14..9889d12 100644 --- a/dev/custom_theme/css/styles.css +++ b/dev/custom_theme/css/styles.css @@ -235,7 +235,7 @@ a:hover { **********************************************************************/ #head { - background: #f4f4f4 url(../images/cool-background3.png) top center; + background: #f4f4f4 url(../images/nature_banner.png) top center; background-size: cover; color: #7C7C7C; padding: 30px 0 35px 0;