Skip to content

Commit

Permalink
Change top style {1 => 2}px.
Browse files Browse the repository at this point in the history
The color did not appear to be even with the text therefore, changed the
color to have a top of 2px instead of 1px.
  • Loading branch information
ccsplit committed Feb 25, 2019
1 parent f48504a commit 01f7746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/styles.scss
Expand Up @@ -17,6 +17,6 @@ body {
display: inline-block;
height: 12px;
position: relative;
top: 1px;
top: 2px;
width: 12px;
}

0 comments on commit 01f7746

Please sign in to comment.