From 26f0aa5e0da958c781e8906f9abc2d45b1a378fd Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 26 May 2016 14:23:15 +0200 Subject: [PATCH] fix css layout of public profile for badge inclusion --- app/assets/stylesheets/app.layout.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/app.layout.scss b/app/assets/stylesheets/app.layout.scss index 6d950eabb..68850aa24 100644 --- a/app/assets/stylesheets/app.layout.scss +++ b/app/assets/stylesheets/app.layout.scss @@ -541,8 +541,7 @@ body.container{ background-size: cover !important; .profile-top-infos { - margin: 0 15px 0 15px; - padding: 30px 0 30px 0; + padding: 30px 15px 30px 15px; .private-profile { @@ -560,8 +559,7 @@ body.container{ } .profile-top-pictos { - padding: 43px 0 15px 0; - margin: 0 15px 0 15px; + padding: 43px 15px 15px 15px; text-align: center;