From 0a77ea66a39894ac62199555fb114dd43403db5b Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Fri, 27 Feb 2015 17:06:02 +0000 Subject: [PATCH] Align new request button, subscribe/unsub button and follower count. --- assets/stylesheets/responsive/custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 4e225b7c..653b52f5 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -527,3 +527,9 @@ dt { font-size: 2em; } } + +/* Authority page */ +.action-bar__follower-count { + padding: 3px; + font-size: 1.1rem; +}