From a2eac990f4693fb786e166f8b0750928549c4f71 Mon Sep 17 00:00:00 2001 From: manu vasconcelos Date: Mon, 24 Oct 2022 09:26:57 -0300 Subject: [PATCH 1/3] bundle install --- Gemfile.lock | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2bfd646f0..fae217a1a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,6 +221,8 @@ GEM jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.16.1) + nokogiri (1.13.9-arm64-darwin) + racc (~> 1.4) nokogiri (1.13.9-x86_64-linux) racc (~> 1.4) octokit (4.25.0) @@ -266,6 +268,7 @@ GEM zeitwerk (2.6.0) PLATFORMS + arm64-darwin-21 x86_64-linux DEPENDENCIES @@ -278,4 +281,4 @@ DEPENDENCIES webrick BUNDLED WITH - 2.3.17 + 2.3.22 From a0d0d41a82d6b65f24b650fb46f6823d03c974c9 Mon Sep 17 00:00:00 2001 From: manu vasconcelos Date: Mon, 24 Oct 2022 14:14:25 -0300 Subject: [PATCH 2/3] aligned avatar to text --- css/custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/custom.scss b/css/custom.scss index bbf00f36c..52392f080 100644 --- a/css/custom.scss +++ b/css/custom.scss @@ -184,6 +184,7 @@ $link-active: $link-hover; border-radius: 50%; margin-left: 0.25em; margin-right: 0.25em; + vertical-align: middle; } .entities { From f692ab704a4d9cf43c8baee5c55e98d5df6b314b Mon Sep 17 00:00:00 2001 From: manu vasconcelos Date: Tue, 25 Oct 2022 09:07:17 -0300 Subject: [PATCH 3/3] fixed, without the gemfile.lock --- css/custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/custom.scss b/css/custom.scss index bbf00f36c..52392f080 100644 --- a/css/custom.scss +++ b/css/custom.scss @@ -184,6 +184,7 @@ $link-active: $link-hover; border-radius: 50%; margin-left: 0.25em; margin-right: 0.25em; + vertical-align: middle; } .entities {