0
0
Fork 0

Fix the trash icon positioning

This commit is contained in:
Oliver-Akins 2021-03-20 16:31:26 -06:00
parent 59bd906adc
commit 0d6ec5093c

View file

@ -102,9 +102,9 @@ button {
.icon { .icon {
position: absolute; position: absolute;
bottom: 15px; bottom: 20px;
right: 15px; right: 20px;
width: 60px; width: 50px;
} }
.buttons { .buttons {