From e75912d8ba3230e46634986306e5ee4676bfa984 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 31 Oct 2022 20:15:52 +0100 Subject: background images for wide screens only --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index eb3a3d8..56f5777 100644 --- a/style.scss +++ b/style.scss @@ -20,7 +20,7 @@ body { @include breakpoint($wide) { background-image: url(cloud.jpg), url(grass.jpg), url(stream.jpg), url(birds.jpg); - background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; + background-repeat: no-repeat; background-position: right 5em top 5em, right 5em bottom 5em, left 5em bottom 5em, left 5em top 7em; background-size: 30em, 30em, 30em, 30em; } -- cgit v1.2.3