show the whole site banner

main
Paul Schneider 7 years ago
parent 30e26d15af
commit 51e08f71c2
1 changed files with 4 additions and 1 deletions

@ -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() {

Loading…