Skip to content
Snippets Groups Projects
Commit 80b8a2df authored by pmaksimo's avatar pmaksimo
Browse files

Padding

parent 22881e46
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ menu: false
<div class="row">
<div class="col-sm-4">
<div class="card">
<img class="img-circle center-block" style="width: 50%" src="{{ page.image | prepend: site.baseurl }}" alt="Photo of {{ page.firstname }} {{ page.lastname }}" />
<img class="img-circle center-block" style="width: 60%; padding: 7pt" src="{{ page.image | prepend: site.baseurl }}" alt="Photo of {{ page.firstname }} {{ page.lastname }}" />
<div class="list-group list-group-flush">
{% if page.webpage %}<a class="list-group-item" href="{{ page.webpage }}"><i class="fa fa-fw fa-globe"></i>&nbsp; Webpage</a>{% endif %}
{% if page.email %}<a class="list-group-item" href="mailto:{{ page.email }}"><i class="fa fa-fw fa-envelope-o"></i>&nbsp; {{ page.email }}</a>{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment