Skip to content

Commit

Permalink
Prevent RSS icon from resizing on the first load
Browse files Browse the repository at this point in the history
  • Loading branch information
litemotiv committed Oct 27, 2024
1 parent 8fe11a8 commit bd21c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 3 additions & 5 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
5 changes: 0 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bd21c4f

Please sign in to comment.