Skip to content

Commit 02a81c0

Browse files
author
Dave Newman
committed
fix the dimmer on the jobs page
1 parent eb81cce commit 02a81c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/jobs.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ body#jobs {
104104
width: 100%;
105105
height: 226px;
106106
position: absolute;
107-
top: 100px;
108107
left: 0;
109108
}
110109

@@ -117,6 +116,7 @@ body#jobs {
117116
}
118117

119118
.jobs-top {
119+
position: relative;
120120
height: 226px;
121121
background: $dark-grey image-url("jobs/jobs-header.jpg") no-repeat top center;
122122
color: #fff;
@@ -400,4 +400,4 @@ body#jobs {
400400

401401
}
402402

403-
// body#jobs
403+
// body#jobs

0 commit comments

Comments
 (0)