aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2021-04-22 02:44:18 -0400
committerKevin J Hoerr <kjhoerr@protonmail.com>2021-04-22 02:44:18 -0400
commitffcc9ab0c0059a269f31ed3b6dd99b65546adcb0 (patch)
tree2738bc878f9708be2cc5b9be031d41f3bf225d78
parentd4f172ed203e6f3f6d1143f49c304cea8d45170e (diff)
downloadsubmelon.dev-ffcc9ab0c0059a269f31ed3b6dd99b65546adcb0.tar.gz
submelon.dev-ffcc9ab0c0059a269f31ed3b6dd99b65546adcb0.tar.bz2
submelon.dev-ffcc9ab0c0059a269f31ed3b6dd99b65546adcb0.zip
Fix spacing oops
-rw-r--r--Dockerfile2
-rw-r--r--src/styles/main.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 167a778..3aabb31 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
FROM gatsbyjs/gatsby:onbuild as build
FROM gatsbyjs/gatsby
-COPY --from=build /pub /pub \ No newline at end of file
+COPY --from=build /app/public /pub \ No newline at end of file
diff --git a/src/styles/main.css b/src/styles/main.css
index fc55a61..1c75053 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -20,6 +20,7 @@ div#content {
padding-top: 136px;
}
div#header {
+ margin: 0px 5px;
text-align: center;
pointer-events: none;
user-select: none;