Skip to content

Commit

Permalink
Merge pull request #56 from litemotiv/tweaks
Browse files Browse the repository at this point in the history
A few small tweaks to the header and stylesheet
  • Loading branch information
deepend-tildeclub authored Nov 2, 2024
2 parents d130b78 + bd21c4f commit b113fe1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
12 changes: 5 additions & 7 deletions header.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en">
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>

Expand All @@ -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>
9 changes: 2 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ h1 {
50% { opacity: 0; }
}
@keyframes reveal {
from { width: 2em; } /* Width of ::before */
to { width: 100%; }
from { max-width: 2em; } /* Width of ::before */
to { max-width: 100%; }
}
#fancyboi {
overflow: hidden;
Expand Down 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 b113fe1

Please sign in to comment.