show the whole site banner
This commit is contained in:
parent
0e85f77b6c
commit
086e44f09c
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…
Add table
Add a link
Reference in a new issue