diff options
-rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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%; } } |