Explorar el Código

Attempt to work around weird chrome mobile bug

master
Chris Smith hace 5 años
padre
commit
5c5a38434f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      site/layouts/partials/article.html

+ 1
- 1
site/layouts/partials/article.html Ver fichero

@@ -8,7 +8,7 @@
8 8
   {{ .Content }}
9 9
 </article>
10 10
 <aside class="hire">
11
-	<img src="/res/images/profile.png" alt="Picture of Chris">
11
+	<img src="/res/images/profile.png" alt="Picture of Chris" width="100">
12 12
 	<div>
13 13
 		<h3>Need someone to help with {{ .Params.Area }}?</h3>
14 14
 		<p>

Loading…
Cancelar
Guardar