mirror of
https://github.com/JuanCanham/fresh-theme-elegant.git
synced 2024-11-23 08:30:10 +00:00
remove rounding on image to allow QR codes
This commit is contained in:
parent
f7638221ca
commit
52fbc68dd1
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user