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