Add responsiveness to navbar logo and submit page

This commit is contained in:
2019-12-08 22:21:18 -05:00
parent b52ae35976
commit 54daec0ebd
6 changed files with 60 additions and 32 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="@home.Url">
<img src="@(home.SiteLogo)" height="65" width="205" alt="LeafWeb"/>
<img src="@(home.SiteLogo)" class="img-fluid" alt="LeafWeb"/>
</a>
<button class="navbar-toggler" type="button"
data-toggle="collapse" data-target="#navbarSupportedContent"