show the whole site banner

This commit is contained in:
2019-03-19 14:36:41 +00:00
parent 30e26d15af
commit 51e08f71c2

View File

@ -43,7 +43,10 @@
</environment>
<style>
nav { background: url(@Startup.SiteSetup.Banner) 0% 50% no-repeat; }
nav { background: url(@Startup.SiteSetup.Banner);
background-size: contain;
background-repeat: no-repeat;
}
</style>
<script>
$(document).ready(function() {