diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/static/website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/static/website/templates/index.html b/website/static/website/templates/index.html index 585dafa..4b24827 100644 --- a/website/static/website/templates/index.html +++ b/website/static/website/templates/index.html @@ -84,7 +84,7 @@ {% endif %} <li class="nav-item"> <a href="https://r.fossee.in" target="_blank"> - <img class="navbar-brand" src="{% static 'website/images/r-logo.png' %}" alt="logo" style="width:100%;height:60px;"> + <img class="navbar-brand" src="{% static 'website/images/r-logo.png' %}" alt="logo" style="width:auto;height:60px;"> </a> </li> </ul> |