Skip to content

Commit 8cbf4c4

Browse files
committed
Bumped up desktop hero image by 75px
1 parent ff52dc2 commit 8cbf4c4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ html, body, #root, #app, .full-height {
203203
}
204204
}
205205

206+
.hero-img.mobile-hide { //temporary, push up the desktop hero image a bit
207+
margin-bottom: 75px;
208+
}
209+
206210
/*
207211
note: development on a mac may not have all font-weights,
208212
lines of text may be wider than they appear

src/preregister.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class PreRegister extends React.Component {
4040
</div>
4141

4242
<div className="right-half mobile-hide">
43-
<img className="hero-img" src={heroImage} alt={heroImageAlt}/>
43+
<img className="hero-img mobile-hide" src={heroImage} alt={heroImageAlt}/>
4444
</div>
4545
</div>
4646
</div>

0 commit comments

Comments
 (0)