diff --git a/.github/workflows/uffizzi-preview.yaml b/.github/workflows/uffizzi-preview.yaml index a3765506..435a156d 100644 --- a/.github/workflows/uffizzi-preview.yaml +++ b/.github/workflows/uffizzi-preview.yaml @@ -80,7 +80,7 @@ jobs: # and this reusable workflow will delete the preview deployment. compose-file-cache-key: ${{ needs.cache-compose-file.outputs.compose-file-cache-key }} compose-file-cache-path: docker-compose.rendered.yml - server: https://app.uffizzi.com/ + server: https://22e1-62-4-33-119.ngrok.io pr-number: ${{ needs.cache-compose-file.outputs.pr-number }} git-ref: ${{ needs.cache-compose-file.outputs.git-ref }} permissions: diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index 6528cf8a..8e588089 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -8,7 +8,7 @@ html, body { margin: 0; padding: 0; - height: 100%; + height: 50%; font-family: 'Open Sans'; } @@ -121,4 +121,4 @@ body { margin-bottom: -4px; width: 50%; height: 100%; -} \ No newline at end of file +}