adjust sizes
This commit is contained in:
parent
2fe5c02028
commit
c6edb71ae2
|
@ -6,7 +6,7 @@ class DDHeader extends HTMLElement {
|
||||||
connectedCallback() {
|
connectedCallback() {
|
||||||
this.innerHTML = `
|
this.innerHTML = `
|
||||||
<header>
|
<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">
|
<div id="headermain">
|
||||||
<p><a id="homelink" href="/">dairydemon.net</a></p>
|
<p><a id="homelink" href="/">dairydemon.net</a></p>
|
||||||
<nav>
|
<nav>
|
||||||
|
|
|
@ -29,7 +29,8 @@ footer {
|
||||||
|
|
||||||
#headerimg {
|
#headerimg {
|
||||||
border-right: 3px solid black;
|
border-right: 3px solid black;
|
||||||
max-height: 128px;
|
height: 128px;
|
||||||
|
width: 128px;
|
||||||
flex: initial;
|
flex: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue