diff --git a/atoms/index.css b/atoms/index.css index 5f0ec2a..63a9207 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -76,7 +76,7 @@ img { } .dropdown { - display:flex; + display: none; opacity: 0; position: absolute; box-shadow: 4px 4px 3px #444; @@ -101,6 +101,7 @@ img { -ms-transition: background-color 0.3s ease; transition: background-color 0.3s ease; } + .dropdown p:hover { background-color:#CECDCD; }