summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Sapka <michal@sapka.me>2022-09-07 22:24:06 +0200
committerMichal Sapka <michal@sapka.me>2022-09-07 22:24:06 +0200
commit326b566b83b79bf4d16ff0b599efa57b7cde966e (patch)
tree6326585004ed3549bc8a1b92e6737c9a7aa078be
parent63ad505f52d9b157b8d980b4acbe591375d41e3a (diff)
feat: increase size of my face
-rw-r--r--pages/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index 990e34b..5f94b77 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -48,7 +48,7 @@ const Home: NextPage = () => {
<CImage
display="inline-block"
src="images/michal.png"
- width="80px"
+ width="120px"
borderRadius="full"
borderWidth = "3px"
borderStyle = "solid"