diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-02-27 16:50:59 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-02-27 16:50:59 +0000 |
commit | 02998cd1a67ac183ac1a9e0ad562d3a82ae79951 (patch) | |
tree | af14b96966c888a286ff7327303cc15b384ee7e9 | |
parent | 048d27429c298917d4abb79efe7f7f53c424ee70 (diff) |
Align follower count and subscription/request buttons on authority page.
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index b7e8879..ed24067 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; +} |