diff options
Diffstat (limited to 'website/templates/base.html')
-rwxr-xr-x | website/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index fb3d745..a9ac680 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -89,10 +89,10 @@ <col width="40%" />
</colgroup>
<tr>
-<td> <img class="img-responsive" src="{% static 'img/ajith.jpg' %}" height=90% width=60% alt="">
+<td> <img class="img-responsive" src="{% static 'img/ajith.jpg' %}" height=90% width=80% alt="">
</td>
<td></td>
-<td> <img class="img-responsive" src="{% static 'img/anand1.png' %}" height=90% width=60% alt="">
+<td> <img class="img-responsive" src="{% static 'img/anand1.png' %}" height=90% width=80% alt="">
</td>
</tr>
|