From c137d86f03d30b7dcf43f7a26810676c9b0a8277 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Mon, 13 Mar 2023 16:57:27 -0700 Subject: [PATCH] crop photo above center --- app/assets/stylesheets/partials/_images.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/partials/_images.scss b/app/assets/stylesheets/partials/_images.scss index 276e982..2359780 100644 --- a/app/assets/stylesheets/partials/_images.scss +++ b/app/assets/stylesheets/partials/_images.scss @@ -1,7 +1,7 @@ .children { background-image: url(children.webp); background-repeat: no-repeat; - background-position: center; + background-position: 0% 35%; background-size: cover; padding-top: 50px; padding-bottom: 50px;