format code and fix a tiny issue

This commit is contained in:
incognitotgt 2024-04-15 01:16:45 -04:00
parent d7bb56b815
commit 217d3a40db
No known key found for this signature in database
GPG key ID: D229D19A500C60B0
2 changed files with 3 additions and 2 deletions

View file

@ -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" && (

View file

@ -6,7 +6,7 @@ interface props {
export const PersonCard = (props) => {
return (
<div class="flex flex-row mr-8">
<div class="mr-8 flex flex-row">
<p className="text-lg">
<a href={props.url} class="underline">
<img src={props.profile} className="h-12 w-12 rounded-md" />