diff --git a/style.css b/style.css index 3e4c8fb..c485714 100644 --- a/style.css +++ b/style.css @@ -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;