From 64d4b8450a26b2af79139a1eefd7098169b9cb94 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Mon, 29 Jul 2024 17:36:27 +0800 Subject: [PATCH] style(website): adjust border-radius of images to 20% --- src/website/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/website/index.html b/src/website/index.html index b8f2e6e3..3c747dce 100644 --- a/src/website/index.html +++ b/src/website/index.html @@ -52,10 +52,12 @@ margin-bottom: 20px; border-radius: 10%; margin-top: -10vh; + border-radius: 20%; } h1 { font-size: 48px; margin-bottom: 10px; + margin-top: 0; } .description { font-size: 18px;