summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss2
1 files changed, 1 insertions, 1 deletions
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;
}