From 4ca952604c883001de7535c6e6b788e23a776d09 Mon Sep 17 00:00:00 2001 From: filifa Date: Thu, 15 Aug 2024 21:39:11 -0500 Subject: [PATCH] make header image the height of the header --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 607634c..c4a4c56 100644 --- a/styles.css +++ b/styles.css @@ -29,10 +29,10 @@ footer { #headerimg { border-right: 3px solid black; - height: 128px; width: 128px; - flex: initial; background-image: url("/watching.jpg"); + flex: initial; + align-self: stretch; } #headermain {