Adjust image sizes to avoid dangling image

This commit is contained in:
hunicus
2022-11-16 23:53:01 -05:00
parent 34d5a2f9c0
commit 2a6ac4a5da
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@
text-align: center;
.image {
width: 80px;
height: 80px;
width: 81px;
height: 81px;
background-size: 100%, 100%;
border-radius: 50%;
margin: 25px;