From 6ac033a3dd70436bc8023782e7431baefb238a4a Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 13 Feb 2022 21:56:43 -0300 Subject: [PATCH] Update .github-icon class --- _includes/projects.html | 2 +- _sass/_base.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/projects.html b/_includes/projects.html index f560a45..b5ff473 100644 --- a/_includes/projects.html +++ b/_includes/projects.html @@ -15,7 +15,7 @@

{{ project.title }}

{{ project.description }}

{%- if project.github -%} -
+
diff --git a/_sass/_base.scss b/_sass/_base.scss index a15859a..253637c 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -350,6 +350,7 @@ blockquote { } .github-icon { + float: right; z-index: 2; position: relative; }