summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2021-01-07 20:41:31 -0500
committereudoxia <uplink@distress.network>2021-01-07 20:41:31 -0500
commit1a9ce0fe17989e6ef88dcfe67d72c0774797e31f (patch)
tree6656af8ddd78b3dbb12c02fd453216c6a59b5bd0
parent20f1beb615f7c231d345cf1d28434008baefabed (diff)
css: width fix
-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);}