diff --git a/src/index.tsx b/src/index.tsx index b998a20..a8854b8 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -49,7 +49,8 @@ export default function App() { style={{ backgroundImage: bgImage ? `url(${bgImage})` : "none", backgroundSize: "contain", - backgroundRepeat: "space" + backgroundRepeat: "repeat", + backgroundPosition: "center" }} > {init && particlesUrl !== "none" && ( diff --git a/src/pages/Settings/PersonCard.tsx b/src/pages/Settings/PersonCard.tsx index 5b4077f..69d41e0 100644 --- a/src/pages/Settings/PersonCard.tsx +++ b/src/pages/Settings/PersonCard.tsx @@ -6,7 +6,7 @@ interface props { export const PersonCard = (props) => { return ( -
+