Skip to content

Commit

Permalink
Add border between tweets, move padding to inside each tweet, and rem…
Browse files Browse the repository at this point in the history
…ove bottom margins.
  • Loading branch information
jpederson committed May 12, 2019
1 parent eedaf2a commit 36f6ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 36f6ac5

Please sign in to comment.