From b7f2f7dda7205969ca91cd2c84f8f83ab65e2486 Mon Sep 17 00:00:00 2001 From: Luke Kysow Date: Sun, 10 Sep 2017 18:12:41 -0700 Subject: [PATCH] Set max-height instead of height for mobile --- website/src/content/blog/atlantis-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/content/blog/atlantis-release.md b/website/src/content/blog/atlantis-release.md index 40b7c8aeb..d72900245 100644 --- a/website/src/content/blog/atlantis-release.md +++ b/website/src/content/blog/atlantis-release.md @@ -33,7 +33,7 @@ Atlantis was built to solve two problems that arose at Hootsuite as we adopted T When writing Terraform, there are a number of workflows you can follow. The simplest workflow is just using `master`:

- +

In this workflow, you work on `master` and run `terraform` locally. The problem with this workflow is that there is no collaboration or code review. So we start to use pull requests: