diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 3376f3f..7a13c11 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -86,7 +86,7 @@ jobs: with: context: . push: true - tags: ${{ secrets.REGISTRY_HOST }}/test/test:${{ gitea.ref_name }} + tags: ${{ secrets.REGISTRY_HOST }}/vsquad/pool-elo:${{ gitea.ref_name }} - name: Trigger deployment uses: fjogeleit/http-request-action@v1 diff --git a/style/tailwind.css b/style/tailwind.css new file mode 100644 index 0000000..08d6ef3 --- /dev/null +++ b/style/tailwind.css @@ -0,0 +1,48 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +/* This removes the margins inserted by default around pages */ +* { + margin: 0; +} + +/* This makes all the elements that wrap our code take up the whole page, so that we can put things at the bottom. + * Without this, the footer would be just beneath the content if the content doesn't fill the whole page (try disabling this). +*/ +html, body, #root { + height: 100%; +} +/* This makes the `