Skip to content

Commit

Permalink
Pages fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit22 committed May 14, 2021
1 parent da6b566 commit 7186191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>{{ page.title | default: site.title | default: site.github.repository_name }
<div id="banner">
<span id="logo"></span>
<a href="{{ site.github.repository_url }}" class="button fork"><strong>View On GitHub</strong></a>
<a href="https://gravit22.github.io/ithkuil_learning/docs/index.html" class="button fork"><strong>Run App</strong></a>
<!--<a href="https://gravit22.github.io/ithkuil_learning/docs/index.html" class="button fork"><strong>Run App</strong></a>-->

{% if site.show_downloads %}
<div class="downloads">
Expand Down
4 changes: 2 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
}

.fork {
position:relative;
left:86.5%;
position:fixed;
left:50%; //86.5 for relative
margin-left:-325px;
padding: 10px 12px;
margin-top: 6px;
Expand Down

0 comments on commit 7186191

Please sign in to comment.