From 3b5bd0bd9aeef1a6dcd2834c0350de7ef390039d Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 19 Jul 2018 10:36:15 +0100 Subject: [PATCH] Centre text in pill navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now the text is smaller (fewer words) it looks a bit wrong bunched up on the left. the only other page this affects is ‘API integration’. --- app/assets/stylesheets/components/pill.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/components/pill.scss b/app/assets/stylesheets/components/pill.scss index c262184bb..06fab5f73 100644 --- a/app/assets/stylesheets/components/pill.scss +++ b/app/assets/stylesheets/components/pill.scss @@ -72,6 +72,7 @@ display: block; text-align: left; padding: 10px $gutter-half; + text-align: center; &:link, &:visited {