show the whole site banner
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user