diff options
Diffstat (limited to 'pages/index.tsx')
-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 990e34be..5f94b775 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" |