diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index f0decb6..b70eb4b 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,7 +1,7 @@ -FROM gitpod/workspace-mongodb - -# Install custom tools, runtimes, etc. -# For example "bastet", a command-line tetris clone: -# RUN brew install bastet -# -# More information: https://www.gitpod.io/docs/config-docker/ +FROM gitpod/workspace-mongodb + +# Install custom tools, runtimes, etc. +# For example "bastet", a command-line tetris clone: +# RUN brew install bastet +# +# More information: https://www.gitpod.io/docs/config-docker/ diff --git a/.gitpod.yml b/.gitpod.yml index d35c443..9e2d486 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,6 @@ -image: - file: .gitpod.Dockerfile - -tasks: - - init: npm install && npm run build - command: npm run start +image: + file: .gitpod.Dockerfile + +tasks: + - init: npm install && npm run build + command: npm run start diff --git a/src/components/Error404.js b/src/components/Error404.js index d1c8135..59bc229 100644 --- a/src/components/Error404.js +++ b/src/components/Error404.js @@ -25,6 +25,7 @@ const Heading = styled.h1` padding-top: 15%; color: white; font-size: 4rem; + margin: 0px; `;