diff options
| author | Siri Reiter <siri@pjones.dk> | 2022-10-31 20:15:52 +0100 |
|---|---|---|
| committer | Siri Reiter <siri@pjones.dk> | 2022-10-31 20:15:52 +0100 |
| commit | e75912d8ba3230e46634986306e5ee4676bfa984 (patch) | |
| tree | 5af8ae937d25d05a87f464af0d4e17aca5fdd73f | |
| parent | 28ab2da866106b2ebf627b11c92e67ae7aa65cd7 (diff) | |
background images for wide screens only
| -rw-r--r-- | style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
