rabin 7 years ago
parent
commit
b63902b58a
1 changed files with 8 additions and 1 deletions
  1. 8 1
      web/templates/detail.html

+ 8 - 1
web/templates/detail.html

@@ -2,7 +2,14 @@
 <html>
 <head>
     {%include 'inc/header.html'%}
-    <link href="{{static_url('css/detail.css')}}" rel="stylesheet"></head>
+    <link href="{{static_url('css/detail.css')}}" rel="stylesheet">
+    <style>
+    img{
+        width: 100%;
+        height:100%;
+    }
+    </style>
+    </head>
 <body>
     {%include 'inc/menu.html'%}
     <div class="wrapper-100 color-1">