From 36f6ac5b9d95e6afcf90181ae0ef50890b1046d1 Mon Sep 17 00:00:00 2001 From: James Pederson Date: Sat, 11 May 2019 19:11:40 -0500 Subject: [PATCH] Add border between tweets, move padding to inside each tweet, and remove bottom margins. --- widget.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widget.css b/widget.css index 2fd1282..3fec335 100644 --- a/widget.css +++ b/widget.css @@ -10,15 +10,15 @@ font-weight: 300; margin: 0 auto; border: 1px solid #aaa; - padding: 20px; max-height: 500px; max-width: 500px; overflow-y: scroll; } .twitter-aggregator-tweet { - margin-bottom: 30px; color: #666; + padding: 20px; + border-bottom: 1px solid #eee; } .twitter-aggregator-tweet a {