diff options
| author | shpuld <shpuld@gmail.com> | 2017-02-26 22:36:54 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-02-26 22:36:54 +0200 |
| commit | 015bf78dd9b17a1eac11119e38d8e83be8d791ae (patch) | |
| tree | c9b64706afb72bc79dd055594dd6e3b88e4adc8b /src/components/user_card_content/user_card_content.vue | |
| parent | bebd5c3328422aacf65996776e282d032347c5c9 (diff) | |
Heading text floats left, initial attempt at load more in the right side of the heading.
Diffstat (limited to 'src/components/user_card_content/user_card_content.vue')
| -rw-r--r-- | src/components/user_card_content/user_card_content.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index 178100b8..aa9a15e1 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -106,6 +106,11 @@ .profile-panel-background { background-size: cover; border-radius: 10px; + + .panel-heading { + padding: 0.6em 0em; + text-align: center; + } } .profile-panel-body { |
