From ffcc9ab0c0059a269f31ed3b6dd99b65546adcb0 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 22 Apr 2021 02:44:18 -0400 Subject: Fix spacing oops --- Dockerfile | 2 +- src/styles/main.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- cgit