summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2020-12-26 02:33:51 -0500
committereudoxia <uplink@distress.network>2020-12-26 02:33:51 -0500
commitb41992238827510ec229c1b44c95162d2d674a85 (patch)
tree0c31677b5234e802918b743dd80be294fb611404
parenta5351315ada402fb4f6e3e2db2041eeca89ee953 (diff)
css: slight bomber margin height fix
-rwxr-xr-xcss/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css
index 5cd9326..0d39b9b 100755
--- a/css/main.css
+++ b/css/main.css
@@ -15,7 +15,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;}
.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: -12px; padding-left: 10px;}
+.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);}
.identcontainer {display: flex; flex-direction: row; justify-content: space-between; height: 25px; margin: -5px 10vw; padding: 0 5px;}
.ident {font-family: neue-haas-grotesk-display, var(--fs-sans); font-weight: 300; font-size: 1rem; align-self: center; font-feature-settings: "case";}