Update Text Sizing to avoid Zoom-In on iOS

This commit is contained in:
2023-01-05 17:05:51 -08:00
parent 8818219c83
commit a1f8bc791d
3 changed files with 18 additions and 21 deletions

View File

@@ -25,10 +25,10 @@ db-downgrade :
poetry run flask db downgrade
docker :
docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest
docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest -t asymworks/sigl:$(shell poetry version -s)
docker-deploy:
docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest --push
docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest -t asymworks/sigl:$(shell poetry version -s) --push
lint :
poetry run flake8