diff options
author | Matt Singleton <matt@xcolour.net> | 2018-03-07 20:16:46 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2018-03-07 20:16:46 -0500 |
commit | 6687056eb129e51dc2b4804ce957d6b7430af145 (patch) | |
tree | 7bea6ec6cece5520d8e6924caabcf1b5f57884cf | |
parent | d517561e80cec0c249ae8467f991f602019ed196 (diff) |
fix spacing on mobile safari
-rw-r--r-- | unbiased/html_template/unbiased.jinja.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/unbiased/html_template/unbiased.jinja.html b/unbiased/html_template/unbiased.jinja.html index 7d670f7..5dd4e33 100644 --- a/unbiased/html_template/unbiased.jinja.html +++ b/unbiased/html_template/unbiased.jinja.html @@ -45,10 +45,8 @@ <div class="middle-story"> <a target="_blank" onclick="window.open('{{ story.url }}', '_blank')"> - <p> - <div class="middle-stories-img" style="background-image: url('{{ story.img }}?{{ utime }}');"></div> - {{ story.title }} - </p> + <div class="middle-stories-img" style="background-image: url('{{ story.img }}?{{ utime }}');"></div> + {{ story.title }} </a> </div> |