diff --git a/_includes/projects.html b/_includes/projects.html index adba3fa..f560a45 100644 --- a/_includes/projects.html +++ b/_includes/projects.html @@ -1,9 +1,9 @@
{% if project.redirect -%} - + {%- else -%} - + {%- endif %}
{%- if project.img %} @@ -14,11 +14,10 @@

{{ project.title }}

{{ project.description }}

-
{%- if project.github -%} -
+
- +
{%- if project.github_stars -%} @@ -28,7 +27,6 @@ {%- endif %}
{%- endif %} -
diff --git a/_sass/_base.scss b/_sass/_base.scss index f71d1f1..d3af1a9 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -345,6 +345,8 @@ blockquote { .grid-item { width: 250px; margin-bottom: 10px; + z-index: 2; + position: relative; } h2.category { @@ -357,6 +359,10 @@ blockquote { } } +.github-icon { + z-index: 2; + position: relative; +} // Publications