Skip to content

Commit

Permalink
Github link layout
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Oct 11, 2024
1 parent aa7d6dc commit 93b601d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 class="title">
class="download-button">
<span><i class="fas fa-archive"></i> Archive</span>
</a>
<a href="https://github.com/cxong/cdogs-sdl">
<a href="https://github.com/cxong/cdogs-sdl" class="code">
<i class="fas fa-code"></i> GitHub
</a>
</div>
Expand Down
5 changes: 5 additions & 0 deletions css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ p.tagline {
display: block;
}

.download-bar a.code {
margin-top: 5px;
display: block;
}

a.download-button {
border: 1px solid black;
border-radius: 3px;
Expand Down

0 comments on commit 93b601d

Please sign in to comment.