Skip to content

Commit

Permalink
Task #91: #91: fix the site messaging icons
Browse files Browse the repository at this point in the history
  • Loading branch information
James Stahl authored and James Stahl committed Dec 1, 2017
1 parent fe65e6f commit e07416e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 26 deletions.
33 changes: 12 additions & 21 deletions css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/styles.css.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,13 @@ $large: 1024px;

content: "";
display: block;
font-size: 20px;
height: 23px;
font-size: 1em;
height: 1.5px;
left: 1em;
position: absolute;
text-align: center;
top: 1em;
width: 23px;
width: 1.5em;
}
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
</div>
</div>

<div class="container">
<div class="header-content">
<div class="branding">
Expand Down

0 comments on commit e07416e

Please sign in to comment.