From 6cc5c2935facc49ebeda33966d9af93b6663d171 Mon Sep 17 00:00:00 2001 From: rjs360 Date: Sat, 15 Jul 2023 23:27:39 -0400 Subject: [PATCH] updates --- _layouts/about.html | 4 ++-- _sass/_layout.scss | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/_layouts/about.html b/_layouts/about.html index 63e5515e..fbdf58eb 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -3,14 +3,14 @@ --- -
+

text here if desireable

-
+
diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 1ec2469e..0127d974 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -56,6 +56,17 @@ body.sticky-bottom-footer { margin-top:-2.7em } +.header-background .img{ + background-image:url("../img/score_contour.jpg"); + background-repeat:no-repeat; + background-size:cover; + background-position:center bottom; + height:15em; + margin-bottom:2em; + margin-top:-2.7em; + filter:invert(89%) +} + .page-content{ padding:25px 0 }