diff --git a/src/partials/profile.html b/src/partials/profile.html index 0c7fae1..a0e6101 100644 --- a/src/partials/profile.html +++ b/src/partials/profile.html @@ -1,8 +1,8 @@ -
+
{{#if r.info.image}} - {{{r.name}}} + {{{r.name}}} {{/if}}

{{{r.name}}}

{{{r.info.label}}}
diff --git a/src/partials/style.html b/src/partials/style.html index aa86994..5961a26 100644 --- a/src/partials/style.html +++ b/src/partials/style.html @@ -382,7 +382,7 @@ body { } } .social-links { - line-height: 2.5; + line-height: 1.5em; } .social-link { margin-left: 5px; @@ -678,9 +678,6 @@ body { display: inline-block; vertical-align: middle; } - .profile-pic img { - border-radius: 0; - } .name-and-profession { display: inline-block; vertical-align: middle;