diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml
index 04b88ca3..3c7e1e70 100644
--- a/app/views/profiles/show.html.haml
+++ b/app/views/profiles/show.html.haml
@@ -1,3 +1,6 @@
+:css
+ #content { padding-top: 3em; }
+
- if policy(@profile).edit?
.contain
= link_to 'Edit', edit_profile_path(@profile)
@@ -23,5 +26,5 @@
%h2 About #{@profile.name}
.about
- = @profile.about
+ %p= @profile.about