From 09e60b68f25f8e4ccb89c003ceef1276bf031bbf Mon Sep 17 00:00:00 2001 From: Alexander Davis Date: Thu, 6 Aug 2020 19:49:48 +0100 Subject: [PATCH] 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; + }