New _traichu SVG

- Declares height instead of width on `<img>` and `<SVG>`
This commit is contained in:
Tressley Cahill
2022-10-30 20:39:28 -04:00
parent dcd48ad552
commit fb6f17aa12
3 changed files with 15 additions and 3 deletions
+4 -2
View File
@@ -28,7 +28,8 @@ header {
justify-content: center;
}
header img { width: 6rem; }
header img,
header svg { height: 4rem; }
#dock ul {
display: flex;
@@ -178,7 +179,8 @@ header img { width: 6rem; }
width: 40rem;
}
header img { width: 8rem; }
header img,
header svg { height: 7.5rem; }
#dock ul {
column-gap: 0;