Add responsiveness to navbar logo and submit page
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user