summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcss/main.css2
1 files changed, 1 insertions, 1 deletions
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);}