From 3c4e53d172b6e3d207d5799ab1699be52f17dc5b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 22 Nov 2015 00:03:03 +0000 Subject: [PATCH] Fixed widget styling --- static/src/less/homepage.less | 9 ++++++--- templates/index.html | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/static/src/less/homepage.less b/static/src/less/homepage.less index 920e44a..b93f9f9 100644 --- a/static/src/less/homepage.less +++ b/static/src/less/homepage.less @@ -55,15 +55,18 @@ } #twitter-feed { - height: 75vh; text-align: center; .container { - margin-top: 30px; + margin-top: 25px; + margin-bottom: 25px; + } + .twitter-timeline { + height: 70vh !important; // Because twitter uses inline styles. } .twitter-icon { text-align: center; font-size: 175px; - height: 80vh; + height: 70vh; position: relative; .icon { position: absolute; diff --git a/templates/index.html b/templates/index.html index 85c708a..615e937 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,7 +24,7 @@