diff options
author | prashantsinalkar | 2019-10-07 16:15:47 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-10-07 16:15:47 +0530 |
commit | 65e577b4d3baeaadcaceafb7346984dd6ecd9e1d (patch) | |
tree | 18d2d874b8462cb9d3d0a1679fbab4950a1b6d68 | |
parent | 5b1c6a211e89fca4b7caf052befa2e570ecdfc4a (diff) | |
download | R_on_Cloud_Web_Interface-65e577b4d3baeaadcaceafb7346984dd6ecd9e1d.tar.gz R_on_Cloud_Web_Interface-65e577b4d3baeaadcaceafb7346984dd6ecd9e1d.tar.bz2 R_on_Cloud_Web_Interface-65e577b4d3baeaadcaceafb7346984dd6ecd9e1d.zip |
fixed image width issue for chrome
-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> |