diff --git a/_layouts/person.html b/_layouts/person.html
index ccc57b70e9f9e48bf7c5c3410b2061b835b633ca..bb673930d70f704ef3c2272e8c134ab5ccf463d9 100644
--- a/_layouts/person.html
+++ b/_layouts/person.html
@@ -66,28 +66,28 @@ layout: default
             </div>
             <div class="card-action">
                 {% if page.publink == "auto" %}
-                  <a href="http://kwarc.github.io/bibs/{{username}}/"><img style="width:100;height:100" src="/public/pubs.jpg"/></a>
+                  <a href="http://kwarc.github.io/bibs/{{username}}/"><img style="width:60px;height:60px" src="/public/pubs.jpg"/></a>
                 {% elsif page.publink %}
-                  <a href="{{page.publink}}"><img style="width:100;height:100" src="/public/pubs.jpg"/></a>
+                  <a href="{{page.publink}}"><img style="width:60px;height:60px" src="/public/pubs.jpg"/></a>
                 {% endif %}
                 {% if page.website %}
-                <a target="_blank" href="{{page.website}}"><img style="width:100;height:100" src="/public/www.jpg"/></a>
+                <a target="_blank" href="{{page.website}}"><img style="width:60px;height:60px" src="/public/www.jpg"/></a>
                 &nbsp;
                 {% endif %}
                 {% if page.orcid %}
-                <a target="_blank" href="http://orcid.org/{{page.orccid}}"><img style="width:100;height:100" src="/public/orcid.png"/> </a>
+                <a target="_blank" href="http://orcid.org/{{page.orccid}}"><img style="width:60px;height:60px" src="/public/orcid.png"/> </a>
                 &nbsp;
                 {% endif %}
                 {% if page.github %}
-                <a target="_blank" href="http://github.com/{{page.github}}"><img style="width:100;height:100" src="/public/github.png"/></a>
+                <a target="_blank" href="http://github.com/{{page.github}}"><img style="width:60px;height:60px" src="/public/github.png"/></a>
                 &nbsp;
                 {% endif %}
                 {% if page.gitlab %}
-                <a target="_blank" href="http://gitlab.com/{{page.gitlab}}"><img style="width:100;height:100" src="/public/gitlab.png"/></a>
+                <a target="_blank" href="http://gitlab.com/{{page.gitlab}}"><img style="width:60px;height:60px" src="/public/gitlab.png"/></a>
                 &nbsp;
                 {% endif %}
                 {% if page.mathhub %}
-                <a target="_blank" href="http://gl.mathhub.info/{{page.mathhub}}"><img style="width:100;height:100" src="/public/mathHubLogo.png"/></a>
+                <a target="_blank" href="http://gl.mathhub.info/{{page.mathhub}}"><img style="width:60px;height:60px" src="/public/mathHubLogo.png"/></a>
                 &nbsp;
                 {% endif %}
             </div>