remove rounding on image to allow QR codes

This commit is contained in:
Rioting Pacifist 2020-03-10 15:54:48 +00:00
parent f7638221ca
commit 52fbc68dd1
2 changed files with 3 additions and 6 deletions

View File

@ -1,8 +1,8 @@
<section class="col-md-3 card-wrapper profile-card-wrapper affix">
<section id=profile class="col-md-3 card-wrapper profile-card-wrapper affix">
<div class="card profile-card"><span class="profile-pic-container">
<div class="profile-pic">
{{#if r.info.image}}
<img data-src="holder.js/100x100" alt="{{{r.name}}}" src="{{{r.info.image}}}" itemprop="image" class="media-object img-circle center-block"/>
<img data-src="holder.js/100x100" alt="{{{r.name}}}" src="{{{r.info.image}}}" itemprop="image" class="media-object center-block"/>
{{/if}}
</div>
<div class="name-and-profession text-center"><h3 itemprop="name"><b>{{{r.name}}}</b></h3><h5 itemprop="jobTitle" class="text-muted">{{{r.info.label}}}</h5></div></span>

View File

@ -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;