Fix CSS for icon
This commit is contained in:
parent
c25c49cef6
commit
94d6733a6d
2 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue