Fix styling of new env form so it doesn't look terrible

This commit is contained in:
leigh-mil
2019-10-14 13:57:53 -04:00
parent 595995cf03
commit e94e7c68cb
2 changed files with 14 additions and 7 deletions

View File

@@ -223,6 +223,16 @@
}
}
#add-new-env {
padding: $gap * 2;
.new-env {
width: 50%;
max-width: 30em;
padding-top: $gap * 4;
}
}
.application-content {
margin-top: $gap * 4;