update blog-box border-radius

This commit is contained in:
Bùi Tuấn Dũng 2023-02-06 00:49:22 +07:00 committed by GitHub
parent 024e89f2aa
commit 88943f40fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -343,7 +343,7 @@
.blog-box { .blog-box {
border-left: 1.4px solid lightgray; border-left: 1.4px solid lightgray;
border-right: 1.4px solid lightgray; border-right: 1.4px solid lightgray;
border-radius: 8px; border-radius: 16px;
} }
.post-full { .post-full {
@ -359,4 +359,4 @@
font-size: 2.5em; font-size: 2.5em;
} }
} }
} }