Styling for delete button

This commit is contained in:
Oskar-Mikael
2021-02-20 02:37:05 +01:00
parent 2d243c2fbc
commit 662ec518d4

View File

@@ -46,6 +46,16 @@ ol>li {
margin-top: 5rem;
}
.delete {
margin-left: 2rem;
width: 1rem;
cursor: pointer;
}
.delete:hover {
color: rgb(0, 0, 0);
}
@media screen and (max-width:768px) {
#grid {
grid-template-columns: 1fr;