Quellcode durchsuchen

Attempt to work around weird chrome mobile bug

master
Chris Smith vor 5 Jahren
Ursprung
Commit
5c5a38434f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      site/layouts/partials/article.html

+ 1
- 1
site/layouts/partials/article.html Datei anzeigen

@@ -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>

Laden…
Abbrechen
Speichern