Replace image in bottom well with the SVG version
This commit is contained in:
parent
82e9b1d995
commit
d0d56ec8bf
@ -11,7 +11,7 @@
|
||||
|
||||
{% if page.name != 'about.html' %}
|
||||
<div class="well well-sm small">
|
||||
<div class="pull-left" id="about-well-image"><img src="{{'/images/profile.png' | prepend: site.baseurl}}" alt=""></div>
|
||||
<div class="pull-left" id="about-well-image"><img src="{{'/images/profile.svg' | prepend: site.baseurl}}" alt=""></div>
|
||||
{% include about.html %}
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
|
@ -114,8 +114,15 @@ body
|
||||
margin-top: 20px
|
||||
|
||||
#about-well-image
|
||||
background-color: white
|
||||
margin-right: 1em
|
||||
|
||||
img
|
||||
padding-right: 1em
|
||||
width: 150px
|
||||
background-color: white
|
||||
border: 1px solid #000
|
||||
margin: .5em
|
||||
padding: 1em
|
||||
|
||||
#keywords-button
|
||||
font-size: 50%
|
||||
|
Loading…
Reference in New Issue
Block a user