This commit is contained in:
@@ -9,7 +9,7 @@ export const HomeCover = () => {
|
||||
className="mt-5 mb-20 flex w-full justify-center rounded-xl"
|
||||
style={{
|
||||
aspectRatio: "4/1",
|
||||
background: `url(${Config.PageCovers.websiteCoverURL})`,
|
||||
background: `url(${Config.PageCovers.websiteCoverURL})` + " no-repeat center center",
|
||||
backgroundSize: "cover",
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user