diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-04-22 02:44:18 -0400 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-04-22 02:44:18 -0400 |
| commit | ffcc9ab0c0059a269f31ed3b6dd99b65546adcb0 (patch) | |
| tree | 2738bc878f9708be2cc5b9be031d41f3bf225d78 | |
| parent | d4f172ed203e6f3f6d1143f49c304cea8d45170e (diff) | |
| download | submelon.dev-ffcc9ab0c0059a269f31ed3b6dd99b65546adcb0.tar.gz submelon.dev-ffcc9ab0c0059a269f31ed3b6dd99b65546adcb0.tar.bz2 submelon.dev-ffcc9ab0c0059a269f31ed3b6dd99b65546adcb0.zip | |
Fix spacing oops
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | src/styles/main.css | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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; |
