From 288946b559b31e2e7cf47619b8d0da24af1bf89a Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Tue, 5 Jul 2022 16:50:52 -0400 Subject: [PATCH] Added Twitter logo to cards --- src/layouts/index.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index b9e8840..f204999 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -291,7 +291,7 @@ } .twi-card-container{ - height: 350px; + height: 400px; } .twitter-card{ @@ -302,6 +302,10 @@ .twitter-card:hover{ background-color: #337280; } + + .twitter-card-logo{ + width:30px; + }
@@ -327,6 +331,7 @@