diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-12-06 13:27:56 -0600 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2016-12-14 20:01:01 -0500 |
commit | fd3be70dcd1bd625a69701a7be17ae4e733d1512 (patch) | |
tree | 7788567a314ac84e293163206b0386810ee434f9 /app/views/explore | |
parent | 4e68b88193b561faa9ab6b54573970d994e7de60 (diff) | |
download | gitlab-ce-fd3be70dcd1bd625a69701a7be17ae4e733d1512.tar.gz |
Shift emojis and icons styles into framework
Diffstat (limited to 'app/views/explore')
-rw-r--r-- | app/views/explore/_head.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/explore/_head.html.haml b/app/views/explore/_head.html.haml index d8a57560788..a3b0709e261 100644 --- a/app/views/explore/_head.html.haml +++ b/app/views/explore/_head.html.haml @@ -1,5 +1,5 @@ -.explore-title - %h3 +.explore-title.text-center + %h2 Explore GitLab %p.lead Discover projects, groups and snippets. Share your projects with others |