🎨 styles: add border radius card recipe

:%s
This commit is contained in:
lytrankieio123 2021-09-06 12:26:28 +07:00
parent 97e74db4f7
commit 2a0e742332

View File

@ -6,6 +6,9 @@
width: 100%;
max-height: 22rem;
border-radius: 2.4rem;
img {
border-radius: 2.4rem;
}
&:hover{
cursor: pointer;
}