@@ -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'%}