From 5d3a977ef716b81884657b9f890edb53aa8e487e Mon Sep 17 00:00:00 2001 From: Alexander Davis Date: Thu, 6 Aug 2020 19:49:48 +0100 Subject: [PATCH 1/3] Does this possibly work? --- app/public/css/custom.css | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/app/public/css/custom.css b/app/public/css/custom.css index 6d3a9dc..171acc9 100644 --- a/app/public/css/custom.css +++ b/app/public/css/custom.css @@ -16,16 +16,16 @@ main > .container { padding: 60px 15px 0; } - + .footer { background-color: #f5f5f5; } - + .footer > .container { padding-right: 15px; padding-left: 15px; } - + code { font-size: 80%; } @@ -42,25 +42,28 @@ code { padding-bottom: 6rem; } } - + .jumbotron p:last-child { margin-bottom: 0; } - + .jumbotron h1 { font-weight: 300; } - + .jumbotron .container { max-width: 40rem; } - + footer { padding-top: 3rem; padding-bottom: 3rem; } - + footer p { margin-bottom: .25rem; } - \ No newline at end of file + + .card .mx-auto { + margin-bottom: 50px; + } -- 2.49.1 From bcfedf749cd9d0436b47757394797a4ae10c355c Mon Sep 17 00:00:00 2001 From: Alexander Davis Date: Thu, 6 Aug 2020 19:50:42 +0100 Subject: [PATCH 2/3] Fixes to issue-branch --- .github/issue-branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/issue-branch.yml b/.github/issue-branch.yml index 2306919..73aa54f 100644 --- a/.github/issue-branch.yml +++ b/.github/issue-branch.yml @@ -2,8 +2,8 @@ mode: auto silent: false branchName: short branches: - - label: feature + - label: type/feature prefix: feature/ - - label: bug + - label: type/bug prefix: bug/ autoCloseIssue: true -- 2.49.1 From 6738a3ca062b0042a2d5cecd7464bcc3b3d9796a Mon Sep 17 00:00:00 2001 From: Alexander Davis Date: Thu, 6 Aug 2020 20:05:59 +0100 Subject: [PATCH 3/3] Fixed the uglies --- app/public/css/custom.css | 4 ---- app/public/existing.php | 2 +- app/public/new.php | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app/public/css/custom.css b/app/public/css/custom.css index 171acc9..30e38a9 100644 --- a/app/public/css/custom.css +++ b/app/public/css/custom.css @@ -63,7 +63,3 @@ code { footer p { margin-bottom: .25rem; } - - .card .mx-auto { - margin-bottom: 50px; - } diff --git a/app/public/existing.php b/app/public/existing.php index 9cbec7d..39cbdf0 100644 --- a/app/public/existing.php +++ b/app/public/existing.php @@ -47,7 +47,7 @@
-
+
My Open Requests
diff --git a/app/public/new.php b/app/public/new.php index ffba1dc..dceb64b 100644 --- a/app/public/new.php +++ b/app/public/new.php @@ -82,7 +82,7 @@
-
+
-- 2.49.1