Browse Source

Minor about page parallax style edit.

static/sass/about.sass
	-Offset the third parallax background-image, `#img-3`, from the
	top more.
develop
Severyn Kozak 9 years ago
parent
commit
462e4bcca0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      static/sass/about.sass

+ 1
- 1
static/sass/about.sass View File

@@ -31,7 +31,7 @@ div.bg
background: url(../img/about/bg3.png) no-repeat
background-size: cover
height: $img-height + 300
top: 2650px
top: 2850px

&#img-4
background: url(../img/about/bg4.png) no-repeat


Loading…
Cancel
Save