Fix CSS for icon

This commit is contained in:
Citlali del Rey 2023-04-07 22:10:48 -07:00
parent c25c49cef6
commit 94d6733a6d
2 changed files with 6 additions and 1 deletions

View File

@ -180,3 +180,8 @@ img.stats {
.inline { .inline {
display: inline; display: inline;
} }
#favicon {
align-self: center;
}

View File

@ -20,7 +20,7 @@
<body> <body>
<header> <header>
<div id="header-content"> <div id="header-content">
<img src="/favicon.ico" width="32" height="32" alt="UNIX.dog"/> <img id="favicon" src="/favicon.ico" width="32" height="32" alt="UNIX.dog"/>
<h1><a href="/">UNIX.dog</a></h1> <h1><a href="/">UNIX.dog</a></h1>
<div id="nav"> <div id="nav">
<a href="/users">Users</a> <a href="/users">Users</a>