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