rabin 7 năm trước cách đây
mục cha
commit
8965ab1770
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      web/templates/view.html

+ 5 - 0
web/templates/view.html

@@ -3,6 +3,11 @@
 <head>
     {%include 'inc/header.html'%}
     <link href="{{static_url('css/detail.css')}}" rel="stylesheet">
+    <style>
+    .article img{
+        width:100%;
+    }
+    </style>
 </head>
 <body>
     {%include 'inc/menu.html'%}