Issue 31 #32

Merged
MrLyallCSIT merged 2 commits from issue-31 into main 2020-08-06 18:58:53 +00:00
2 changed files with 14 additions and 11 deletions

View File

@@ -2,8 +2,8 @@ mode: auto
silent: false silent: false
branchName: short branchName: short
branches: branches:
- label: feature - label: type/feature
prefix: feature/ prefix: feature/
- label: bug - label: type/bug
prefix: bug/ prefix: bug/
autoCloseIssue: true autoCloseIssue: true

View File

@@ -64,3 +64,6 @@ code {
margin-bottom: .25rem; margin-bottom: .25rem;
} }
.card .mx-auto {
margin-bottom: 50px;
}