commit cfedd76bcfb1fd89534fcde8027157b6548935d5
parent b40655b8d89e26bceb681a6fc808adf380fd6b07
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date: Thu, 21 Nov 2024 23:13:10 -0300
fix index rss buttom position
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
@@ -28,7 +28,7 @@
<div id=latest-uploads >
<div id=latest-uploads-title >
<h2>Latest blog uploads</h2>
- <div style="margin-top: 2px; margin-left: .5em">
+ <div style="margin-bottom: 2px; margin-left: .5em">
<a href="/rss.xml" id="rss"><img style="width: 1.25em;" src="/common/rss_logo.png" alt="rss logo"></a>
</div>
</div>