Update littlelink.blade.php

This commit is contained in:
Julian Prieber 2023-02-13 20:22:20 +01:00
parent 0ea0161664
commit 9e35b2155b

View File

@ -60,8 +60,9 @@ if($customBackgroundExists == true){
<style> <style>
body { body {
background-image: url('{{$customBackgroundURL}}') !important; background-image: url('{{$customBackgroundURL}}') !important;
background-repeat: no-repeat !important;
background-size: cover !important; background-size: cover !important;
background-attachment: fixed !important;
background-repeat: no-repeat !important;
background-position: center !important; background-position: center !important;
} }
</style> </style>