added explicit width,height to images

This commit is contained in:
Parker TenBroeck 2026-01-23 09:37:36 -05:00
parent aecbbcf022
commit dd3c0d87d8
3 changed files with 11 additions and 3 deletions

View file

@ -56,6 +56,10 @@ a {
}
}
img,video {
background-color: var(--grey-dark);
}
h1,
h2,
h3,