Update littlelink.blade.php

This commit is contained in:
Julian Prieber 2023-02-13 20:22:20 +01:00
parent 0ea0161664
commit 9e35b2155b
1 changed files with 2 additions and 1 deletions

View File

@ -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>