summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index 56f5777..7b30370 100644
--- a/style.scss
+++ b/style.scss
@@ -21,8 +21,8 @@ body {
@include breakpoint($wide) {
background-image: url(cloud.jpg), url(grass.jpg), url(stream.jpg), url(birds.jpg);
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;
+ background-position: right 5% top 8%, right 5% bottom 5%, left 5% bottom 5%, left 5% top 8%;
+ background-size: 23%, 23%, 23%, 23%;
}
}