diff --git a/community/public/css/style.css b/community/public/css/style.css
index 397628c5..f2e88b9d 100644
--- a/community/public/css/style.css
+++ b/community/public/css/style.css
@@ -1192,7 +1192,6 @@ div.custom-checkbox>label>input:checked+img {
}
.social-icons {
- float: right;
margin: 16px;
}
diff --git a/community/www/profiles/profile.html b/community/www/profiles/profile.html
index c6e448c7..e07428f3 100644
--- a/community/www/profiles/profile.html
+++ b/community/www/profiles/profile.html
@@ -20,34 +20,36 @@
{% macro ProfileBanner(member) %}
-
- {{ widgets.Avatar(member=member, avatar_class="avatar-xl") }}
-
{{ member.full_name }}
- {% if member.get_authored_courses() | length %}
-
Creator
- {% endif %}
-
+
+ {{ widgets.Avatar(member=member, avatar_class="avatar-xl") }}
+
{{ member.full_name }}
+ {% if member.get_authored_courses() | length %}
+
Creator
+ {% endif %}
+
- {% if member.profession %}
-
{{ member.profession }}
- {% endif %}
-
- {% if member.linkedin %}
-
-
-
- {% endif %}
- {% if member.medium %}
-
-
-
- {% endif %}
- {% if member.github %}
-
-
-
+
+ {% if member.profession %}
+
{{ member.profession }}
{% endif %}
+
+ {% if member.linkedin %}
+
+
+
+ {% endif %}
+ {% if member.medium %}
+
+
+
+ {% endif %}
+ {% if member.github %}
+
+
+
+ {% endif %}
+