From 1a9ce0fe17989e6ef88dcfe67d72c0774797e31f Mon Sep 17 00:00:00 2001 From: eudoxia Date: Thu, 7 Jan 2021 20:41:31 -0500 Subject: css: width fix --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 560fa29..f1de35a 100755 --- a/css/main.css +++ b/css/main.css @@ -13,7 +13,7 @@ font-size: 20px; } body {background-color: var(--color-body-d); margin: 0;} -header {display: flex; justify-content: center; flex-direction: column; position: static; width: 100vw; height: 80vh; background-image: url("/media/banner-m.png"); background-size: cover; background-position: center center; background-attachment: fixed; image-rendering: crisp-edges; image-rendering: pixelated;} +header {display: flex; justify-content: center; flex-direction: column; position: static; height: 80vh; background-image: url("/media/banner-m.png"); background-size: cover; background-position: center center; background-attachment: fixed; image-rendering: crisp-edges; image-rendering: pixelated;} .bomber,hr,.identcontainer {margin-left: 10vw;} .bomber {font-family: schnyder-xl, Didot, serif; font-weight: 400; font-style: italic; font-size: 5rem; font-feature-settings: "case", "ss01", "ss04", "ss05"; -webkit-hyphens: auto; hyphens: auto; letter-spacing: -2px; line-height: 1; width: 80vw; margin-bottom: -10px; padding-left: 10px;} header hr {width: 80vw; height: 0; border: none; border-top: 1px solid var(--color-head-d);} -- cgit v1.2.3