diff --git a/header.php b/header.php index a2823a9..f78f08e 100644 --- a/header.php +++ b/header.php @@ -1,7 +1,7 @@ - + + - <?=isset($title) ? $title : "Welcome to ~tilde.club~"?> @@ -16,8 +16,6 @@
-
- - RSS Feed - -
+ + RSS icon + diff --git a/style.css b/style.css index e914fc5..146cb52 100644 --- a/style.css +++ b/style.css @@ -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; @@ -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;