Better border

This commit is contained in:
august kline 2024-08-14 09:52:50 -04:00
parent c5cc891780
commit 7098cc53c9
1 changed files with 4 additions and 2 deletions

View File

@ -65,8 +65,10 @@ img {
flex-direction: column;
align-items: center;
background: white;
box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.2);
border-radius: 0.5rem;
border: 1px solid black;
box-shadow: 0rem 0rem 1.5rem white;
/* box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.2); */
/* border-radius: 0.5rem; */
padding: 0.8rem 0.8rem;
max-inline-size: 50%;
}