Prevent RSS icon from resizing on the first load

This commit is contained in:
litemotiv 2024-10-27 11:57:46 +01:00
parent 8fe11a8dba
commit bd21c4fd1a
2 changed files with 3 additions and 10 deletions

View File

@ -16,8 +16,6 @@
<?php include "nav.html"; ?>
<div class="content">
<!-- RSS Icon -->
<div class="rss-icon">
<a href="/changes.rss" title="RSS Feed">
<img src="/images/rss.png" alt="RSS Feed">
</a>
</div>
<a href="/changes.rss" class="rss-icon" title="RSS Feed">
<img src="/images/rss.png" width="24" alt="RSS icon">
</a>

View File

@ -135,11 +135,6 @@ code > span.fl {
padding: 14px;
}
.rss-icon img {
width: 24px; /* Adjust icon size */
height: 24px; /* Adjust icon size */
}
/* Page content */
.content {
padding-top: 5px;