Skip to content

Commit

Permalink
Merge pull request #4 from jmsoper/master
Browse files Browse the repository at this point in the history
fix buttons
  • Loading branch information
millmason committed Apr 28, 2016
2 parents b2e50df + 766afd1 commit a58eeb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h1>WAVY</h1>
</div>
<div class="buttons">
<ul>
<li><a href="http://www.github.com/jmsoper">github repo</a></li>
<li><a href="http://www.juliasoper.com">personal site</a></li>
<li class="github"><a href="http://www.github.com/jmsoper">github repo</a></li>
<li class="personal"><a href="http://www.juliasoper.com">personal site</a></li>
<li class="close"><a>CONTINUE</a></li>
</ul>
</div>
Expand Down
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,11 @@ p:hover {
.closed {
display: none;
}

.opening li.github {
margin-left: 20px;
}

.opening li.personal {
margin-left: 20px;
}

0 comments on commit a58eeb7

Please sign in to comment.