style(website): adjust border-radius of images to 20%

This commit is contained in:
kangfenmao 2024-07-29 17:36:27 +08:00
parent f080fc5048
commit 64d4b8450a

View File

@ -52,10 +52,12 @@
margin-bottom: 20px; margin-bottom: 20px;
border-radius: 10%; border-radius: 10%;
margin-top: -10vh; margin-top: -10vh;
border-radius: 20%;
} }
h1 { h1 {
font-size: 48px; font-size: 48px;
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 0;
} }
.description { .description {
font-size: 18px; font-size: 18px;