We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34aaea commit 74ec0cdCopy full SHA for 74ec0cd
1 file changed
src/components/MonitorBG.tsx
@@ -44,7 +44,7 @@ const Card = () => {
44
<div style={{width: "100%", height: 120, backgroundImage: "url('/images/anvy.png')", backgroundSize: "cover", backgroundPosition: "right 50% bottom 100%"}}/>
45
<div style={{backgroundImage: "url('/images/anvy_profile.png')", backgroundSize: "cover", backgroundPosition: "center", position: "absolute", borderRadius: "50%", width: 80, height: 80, left: 12, top: 80}}/>
46
<QuickLinks/>
47
- <div style={{display: "flex", flexDirection: "column", padding: "56px 12px 16px 12px", background: "#ededed", width: "100%", gap: 16}}>
+ <div style={{display: "flex", flexDirection: "column", padding: "56px 12px 16px 12px", background: "#dddcdb", width: "100%", gap: 16}}>
48
<div style={{display: "flex", flexDirection: "column", gap: 4}}>
49
<span style={{fontSize: 22}}>Chamchi</span>
50
<span style={{fontSize: 14, color: "#333"}}>Jiwon Choi ∙ He/Him</span>
0 commit comments