diff options
author | Michal Sapka <michal@sapka.me> | 2022-09-07 22:24:06 +0200 |
---|---|---|
committer | Michal Sapka <michal@sapka.me> | 2022-09-07 22:24:06 +0200 |
commit | 326b566b83b79bf4d16ff0b599efa57b7cde966e (patch) | |
tree | 6326585004ed3549bc8a1b92e6737c9a7aa078be | |
parent | 63ad505f52d9b157b8d980b4acbe591375d41e3a (diff) |
feat: increase size of my face
-rw-r--r-- | pages/index.tsx | 2 |
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" |