aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;