diff options
author | 2018-06-12 14:49:44 +0100 | |
---|---|---|
committer | 2018-06-12 14:49:44 +0100 | |
commit | 38e81eb20af8dc0d652b5f8b927db620db52c62b (patch) | |
tree | b1a36c76cf84389acb9c3f836a9beef70fc3d74b /scss | |
parent | It's always the smallest changes that don't lint (diff) |
[Jams] User ID and avatar on approvals page
Diffstat (limited to 'scss')
-rw-r--r-- | scss/pysite/pages/staff/_common.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/pysite/pages/staff/_common.scss b/scss/pysite/pages/staff/_common.scss index 725f4197..9810b57a 100644 --- a/scss/pysite/pages/staff/_common.scss +++ b/scss/pysite/pages/staff/_common.scss @@ -13,6 +13,10 @@ $page_classes: ( border: 1px solid $global_border; padding: 0; + img { + height: 2.5rem; + } + h2 { margin-bottom: 0; vertical-align: central; |