<p><b>@m52go</b> requested changes on this pull request.</p>

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=44140017" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/huey735">@huey735</a> sorry I should've been more specific. I'd prefer to see CSS markup kept separate from HTML markup. I suggested HTML changes in-line. Here is the accompanying CSS markup:</p>
<pre><code>.rss-link {
    float: right;
    width: 30px;
    height: auto;
}

.rss-link img {
    width: 100%;
}

.rss-link.blog-index {
    margin-top: 9px;
}

.rss-link.post {
    margin-top: 4px;
}

.post.type-post .dets h2, h1#blog-index-header {
    padding-right: 50px;
}
</code></pre>
<p>If you accept my HTML suggestions and add this markup to <code>css/styles.css</code> (ideally in the section marked 'blog/ after line 707), it should be good.</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq-website/pull/198#discussion_r310690104">_layouts/post.html</a>:</p>
<pre style='color:#555'>> @@ -5,6 +5,7 @@
   <article id="post-802" class="post-802 post type-post status-publish format-standard hentry category-news">
     <div class="dets_wrap">
       <div class="dets">
+        <a href="{{ site.url }}/blog/feed.atom" style="display: inline-block; float: right; margin-top: 4px;"><img src="{{ site.url}}/images/logo-rss.svg" class="rounded float-right" style="width: 30px;"></a>
</pre>
⬇️ Suggested change
<pre style="color: #555">-        <a href="{{ site.url }}/blog/feed.atom" style="display: inline-block; float: right; margin-top: 4px;"><img src="{{ site.url}}/images/logo-rss.svg" class="rounded float-right" style="width: 30px;"></a>
+       <a href="{{ site.url }}/blog/feed.atom" class="rss-link post"><img src="{{ site.url}}/images/logo-rss.svg"></a>
</pre>


<hr>

<p>In <a href="https://github.com/bisq-network/bisq-website/pull/198#discussion_r310690760">blog/index.html</a>:</p>
<pre style='color:#555'>> @@ -2,7 +2,7 @@
 layout: page
 title: Blog &lsaquo; Bisq - The decentralized Bitcoin exchange
 ---
-
+<a href="{{ site.url }}/blog/feed.atom" style="display: inline-block; float: right; margin-top: 9px;"><img src="{{ site.url}}/images/logo-rss.svg" class="rounded float-right" style="width: 30px;"></a>
</pre>
⬇️ Suggested change
<pre style="color: #555">-<a href="{{ site.url }}/blog/feed.atom" style="display: inline-block; float: right; margin-top: 9px;"><img src="{{ site.url}}/images/logo-rss.svg" class="rounded float-right" style="width: 30px;"></a>
+<a href="{{ site.url }}/blog/feed.atom" class="rss-link blog-index"><img src="{{ site.url}}/images/logo-rss.svg"></a>
</pre>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq-website/pull/198?email_source=notifications&email_token=AJFFTNSPSQFZ3RMMMG5KNGDQDBJTPA5CNFSM4IHFVPF2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCASUDYY#pullrequestreview-270877155">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUTPW3RDCWBBCTB56TQDBJTPANCNFSM4IHFVPFQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNVODAR7GWAQFEUZRJLQDBJTPA5CNFSM4IHFVPF2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCASUDYY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq-website/pull/198?email_source=notifications\u0026email_token=AJFFTNSPSQFZ3RMMMG5KNGDQDBJTPA5CNFSM4IHFVPF2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCASUDYY#pullrequestreview-270877155",
"url": "https://github.com/bisq-network/bisq-website/pull/198?email_source=notifications\u0026email_token=AJFFTNSPSQFZ3RMMMG5KNGDQDBJTPA5CNFSM4IHFVPF2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCASUDYY#pullrequestreview-270877155",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>