Browse Source

Fix space in icons

Colin Powell 2 năm trước cách đây
mục cha
commit
856546b633
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      vrobbler/templates/videogames/videogame_detail.html

+ 2 - 2
vrobbler/templates/videogames/videogame_detail.html

@@ -38,8 +38,8 @@
         <hr />
         {% endif %}
         <p style="float:right;">
-            <a href="{{object.igdb_link}}"><img src="{% static " images/igdb-logo.png" %}" width=35></a>
-            <a href="{{object.hltb_link}}"><img style="background: black;" src="{% static " images/hltb.webp" %}" width=35></a>
+            <a href="{{object.igdb_link}}"><img src="{% static "images/igdb-logo.png" %}" width=35></a>
+            <a href="{{object.hltb_link}}"><img style="background: black;" src="{% static "images/hltb.webp" %}" width=35></a>
         </p>
     </div>
 </div>