adjust sizes
This commit is contained in:
parent
2fe5c02028
commit
c6edb71ae2
|
@ -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>
|
||||
|
|
|
@ -29,7 +29,8 @@ footer {
|
|||
|
||||
#headerimg {
|
||||
border-right: 3px solid black;
|
||||
max-height: 128px;
|
||||
height: 128px;
|
||||
width: 128px;
|
||||
flex: initial;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue