show the whole site banner

This commit is contained in:
Paul Schneider 2019-03-19 14:36:41 +00:00
commit 086e44f09c

View file

@ -43,7 +43,10 @@
</environment> </environment>
<style> <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> </style>
<script> <script>
$(document).ready(function() { $(document).ready(function() {