Issue 31 #32
4
.github/issue-branch.yml
vendored
4
.github/issue-branch.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -16,16 +16,16 @@
|
|||||||
main > .container {
|
main > .container {
|
||||||
padding: 60px 15px 0;
|
padding: 60px 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer > .container {
|
.footer > .container {
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
@@ -42,25 +42,28 @@ code {
|
|||||||
padding-bottom: 6rem;
|
padding-bottom: 6rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron p:last-child {
|
.jumbotron p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron h1 {
|
.jumbotron h1 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron .container {
|
.jumbotron .container {
|
||||||
max-width: 40rem;
|
max-width: 40rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
padding-top: 3rem;
|
padding-top: 3rem;
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer p {
|
footer p {
|
||||||
margin-bottom: .25rem;
|
margin-bottom: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card .mx-auto {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user