From b7ee9e26bff14d3198c0edb5cdb10cbfc1d23afa Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Wed, 18 Mar 2015 13:03:31 -0400 Subject: [PATCH] Fix twitter widget placement --- _includes/twitter.html | 2 +- stylesheets/blog.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/twitter.html b/_includes/twitter.html index 4ccf80e..4449a09 100644 --- a/_includes/twitter.html +++ b/_includes/twitter.html @@ -1,4 +1,4 @@ -
+ diff --git a/stylesheets/blog.css b/stylesheets/blog.css index b207b4d..ed00566 100644 --- a/stylesheets/blog.css +++ b/stylesheets/blog.css @@ -25,7 +25,7 @@ article .date { margin-top: -10px; } -.twitter-timeline { +div.twitter-container { position: absolute; left: 700px; } \ No newline at end of file