adjust sizes

This commit is contained in:
filifa 2024-08-15 20:00:43 -05:00
parent 2fe5c02028
commit c6edb71ae2
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ class DDHeader extends HTMLElement {
connectedCallback() {
this.innerHTML = `
<header>
<img id="headerimg" src="/watching.jpg" alt="cows with glowing eyes" />
<img id="headerimg" src="/watching.jpg" alt="cows with glowing eyes" width=150 height=150 />
<div id="headermain">
<p><a id="homelink" href="/">dairydemon.net</a></p>
<nav>

View File

@ -29,7 +29,8 @@ footer {
#headerimg {
border-right: 3px solid black;
max-height: 128px;
height: 128px;
width: 128px;
flex: initial;
}