瀏覽代碼

Attempt to work around weird chrome mobile bug

master
Chris Smith 5 年之前
父節點
當前提交
5c5a38434f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      site/layouts/partials/article.html

+ 1
- 1
site/layouts/partials/article.html 查看文件

@@ -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…
取消
儲存