Fix CSS for icon

main
Kayden Tebau 2 months ago
parent c25c49cef6
commit 94d6733a6d

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

@ -20,7 +20,7 @@
<body>
<header>
<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>
<div id="nav">
<a href="/users">Users</a>

Loading…
Cancel
Save