Update littlelink.blade.php
This commit is contained in:
parent
0ea0161664
commit
9e35b2155b
|
@ -60,8 +60,9 @@ if($customBackgroundExists == true){
|
|||
<style>
|
||||
body {
|
||||
background-image: url('{{$customBackgroundURL}}') !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-size: cover !important;
|
||||
background-attachment: fixed !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: center !important;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue