From 6a43449b0f51c1c5c730bc69449072be987230d1 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 27 May 2024 20:25:00 -0500 Subject: [PATCH] mess with header --- styles.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/styles.css b/styles.css index a6ec19c..ac1f0b7 100644 --- a/styles.css +++ b/styles.css @@ -9,7 +9,6 @@ header { border: 3px black solid; background: turquoise; margin: 5px; - height: 110px; display: flex; align-items: center; box-shadow: 5px 5px 5px; @@ -25,15 +24,13 @@ footer { #headerimg { border-right: 3px solid black; - max-height: 100%; - object-fit: cover; - flex: 1; + max-height: 128px; + flex: initial; } #headermain { text-align: center; - height: 100%; - flex: 4; + flex: auto; } #headermain a { @@ -135,6 +132,7 @@ ol ol ol { article { width: 80ch; + max-width: 80ch; flex: auto; } }