1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-19 04:11:24 +02:00

Fix the missing border radius

This commit is contained in:
Phuoc Nguyen
2021-04-03 20:43:17 +07:00
parent ad7fc3508e
commit 623798e221

View File

@@ -5,7 +5,8 @@
.demo {
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.25rem;
border-radius: 0.5rem;
overflow: hidden;
}
.demo__live {