Skip to content

Commit

Permalink
fix background-attachment
Browse files Browse the repository at this point in the history
  • Loading branch information
apopitich committed Feb 13, 2017
1 parent 66ed54e commit 0e16a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 21 - Geolocation/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="speed">
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px;
background-position: fixed;
background-attachment: fixed;
}

.arrow {
Expand Down
2 changes: 1 addition & 1 deletion 21 - Geolocation/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="speed">
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px;
background-position: fixed;
background-attachment: fixed;
}

.arrow {
Expand Down

0 comments on commit 0e16a0d

Please sign in to comment.