From ae02954868c616896bc16388311355a29c124ad7 Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Wed, 19 Jun 2019 16:25:30 +0100 Subject: [PATCH] CSS padding for front page increased and use HTTPS for Agile --- _coops/agile-collective.md | 4 ++-- assets/css/app.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_coops/agile-collective.md b/_coops/agile-collective.md index 23a6cce..4e6f726 100644 --- a/_coops/agile-collective.md +++ b/_coops/agile-collective.md @@ -2,7 +2,7 @@ title: Agile Collective name: Agile Collective members: 12 -website: http://agile.coop/ +website: https://agile.coop/ email: info@agile.coop twitter: AgileCollective github: agilecollective @@ -56,4 +56,4 @@ Agile Collective is a small team of designers and developers who make websites f As a socially minded company ourselves, we make every effort to contribute to our communities, minimise our environmental impact and ensure sustainability in our work practices. We organise the monthly Oxford Drupal Users Group and a couple of us run the ‘Code Club’ on a Wednesday afternoon which is aimed at inspiring young people to get into coding. -There is also a company-wide obsession with cycling of various kinds. \ No newline at end of file +There is also a company-wide obsession with cycling of various kinds. diff --git a/assets/css/app.css b/assets/css/app.css index 7deab75..fd4c8bc 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -6658,7 +6658,7 @@ a:focus { height: 123px; text-align: center; border: solid 1px #e6e5e1; - padding: 4px; + padding: 8px; background-color: #ffffff; display: block; margin-bottom: -1px;