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 @@