We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efaf37 commit be630b7Copy full SHA for be630b7
src/components/Logo.tsx
@@ -11,7 +11,7 @@ interface PhotoCircleProps {
11
12
export default function Logo({ lightSrc, darkSrc, alt }: PhotoCircleProps) {
13
return (
14
- <div className={`xl:w-128 xl:h-128 relative h-96 w-96`}>
+ <div className={`xl:w-150 xl:h-150 h-75 w-75 relative`}>
15
<div className="h-full w-full">
16
<img
17
src={lightSrc}
0 commit comments