Skip to content

Commit

Permalink
grid fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Jun 6, 2020
1 parent 6a4ceaf commit d54cf23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions _includes/github_fork_button.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a class="github-button" href="https://github.com/sujaykundu777/devlopr-jekyll/fork" data-color-scheme="no-preference: dark; light: dark; dark: dark;" data-size="large" data-show-count="true" aria-label="Fork sujaykundu777/devlopr-jekyll on GitHub">Fork</a>
4 changes: 2 additions & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<img class="author-profile-img" src="/assets/img/profile.png" />
<p class="jumbotron-heading">Hi, I am {{site.author}} !</p>
<p class="lead" id="typewriteText"></p>
{% if site.github_username %} {%- include github_follow_button.html -%} {%
endif %} {%- include github_star_button.html -%}
{%- include github_star_button.html -%}
{%- include github_fork_button.html -%}
</div>
<div class="col-lg-8 offset-md-2">
<section id="recent-articles">
Expand Down
2 changes: 1 addition & 1 deletion _sass/devlopr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ header {
#article-container{
display: grid;
width: 100%;
grid-template-columns: 1fr 7fr 4fr;
grid-template-columns: 1fr 50fr 4fr;
}

#recent-articles,#recent-projects{
Expand Down

0 comments on commit d54cf23

Please sign in to comment.