diff --git a/css/styles.sass b/css/styles.sass index bea0e43..98148b0 100644 --- a/css/styles.sass +++ b/css/styles.sass @@ -10,6 +10,12 @@ body a color: inherit +td.tweet + display: flex + +div.tweet + margin-left: 10px + // begin .navbar-form border: none diff --git a/index.html b/index.html index d476894..1a21b45 100644 --- a/index.html +++ b/index.html @@ -129,7 +129,7 @@ comments: false {% endif %} {% endfor %} - + {% capture status %}{% if point.status == "notStarted" %} hasn't started {%elsif point.status == "broken" %} broke {% elsif point.status == "achieved" %} achieved {% else %}{% endif %}{% endcapture %} {% capture message %}@realDonaldTrump{{ status }}promise no. {% increment issue_number %}: {{ point.text | truncate: 52 }} on{% endcapture %}{% capture tweettext%}{{ message }}&hashtags=TrumpTracker&{% endcapture %} @@ -139,12 +139,12 @@ comments: false - - +
{% endif %} {% if point.comments %}  Comment {% endif %} +
{% endfor %}