Skip to content

Commit

Permalink
triangle height on apply now
Browse files Browse the repository at this point in the history
  • Loading branch information
tsm15002 committed Sep 13, 2016
1 parent 551055b commit 8bf4429
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2525,7 +2525,7 @@ Make this look cool with parallax webgl awesomeness
content: "";
position: absolute;
left: 0em;
top: 0.5em;
top: 0.3em;
width: 0;
height: 0;
border-top: 0.433em solid transparent;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/scss/base/pages/apply-now.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
content:"";
position:absolute;
left:0em;
top:0.5em;
top:0.3em;
width: 0;
height: 0;
border-top: 0.433em solid transparent;
Expand Down

0 comments on commit 8bf4429

Please sign in to comment.