From 90b46478f83533f6c24c0b4d4b19e3f28aee9cf7 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 21 Nov 2015 22:20:28 +0000 Subject: [PATCH] Restyled twitter icon --- static/src/less/homepage.less | 12 ++++++------ templates/index.html | 11 +++-------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/static/src/less/homepage.less b/static/src/less/homepage.less index bbae294..3af6ab1 100644 --- a/static/src/less/homepage.less +++ b/static/src/less/homepage.less @@ -35,7 +35,6 @@ } } - #project-images-types { background: url(http://catesmechanical.com/images/blueprint-background1.jpg); background-size: cover; @@ -43,7 +42,6 @@ text-align: center; margin-top: 27px; margin-bottom: 35px; - font-size: 16px; h1 { margin-top: 0; margin-bottom: 30px; @@ -55,14 +53,16 @@ } } } + #twitter-feed { height: 75vh; text-align: center; + .container { + margin-top: 30px; + } .twitter-icon { - & > div{ - height: 200px; - width: 200px; - } + text-align: center; + font-size: 150px; } } } diff --git a/templates/index.html b/templates/index.html index 4eb0a39..1da2ffc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -23,18 +23,13 @@
-
+

Twitter feed goes here

-
{% endblock %} -; \ No newline at end of file