From 02998cd1a67ac183ac1a9e0ad562d3a82ae79951 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Fri, 27 Feb 2015 16:50:59 +0000 Subject: [PATCH] Align follower count and subscription/request buttons on authority page. --- assets/stylesheets/responsive/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index b7e8879bf..ed2406722 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -555,3 +555,8 @@ dt { } } +/* Authority page */ +.action-bar__follower-count { + padding: 3px; + font-size: 1.1rem; +}