tweak sizing of RSS image a bit, add "no tracking" to footer

This commit is contained in:
Colin McMillen 2021-07-01 12:13:20 -04:00
parent 604a329a17
commit 2ac3615c16
2 changed files with 3 additions and 2 deletions

View File

@ -110,6 +110,7 @@ div.codehilite {
vertical-align: baseline;
width: 20px;
height: 20px;
margin-left: 4px;
}
#footer {

View File

@ -24,7 +24,7 @@
<div id="header">
<div class="content">
<a href="/" class="undecorated">Colin McMillen</a>
<span style="float: right;"><a href="/feed.atom"><img src="/img/rss.svg" alt="Atom feed"></a></span>
<span style="float: right;"><a href="/feed.atom"><img src="/img/rss.svg" alt="Atom feed" style="width: 17px; height: 17px; margin-bottom: 1px;"></a></span>
<span style="float: right;"><a href="https://twitter.com/mcmillen"><img src="/img/twitter.svg" alt="@mcmillen"></a></span>
</div>
</div>
@ -36,7 +36,7 @@
<div id="footer">
<div class="content">
&copy; 2021 <a href="/" class="undecorated">Colin McMillen</a>.
&copy; 2021 <a href="/" class="undecorated">Colin McMillen</a>. No cookies, no tracking.
</div>
</div>
</div>