From 52fbc68dd11fdec2298a83d9cd66e4a930dea05c Mon Sep 17 00:00:00 2001 From: Rioting Pacifist Date: Tue, 10 Mar 2020 15:54:48 +0000 Subject: [PATCH] remove rounding on image to allow QR codes --- src/partials/profile.html | 4 ++-- src/partials/style.html | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) 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;