Commit 3619db73 authored by AK's avatar AK

correct accordeon

parent a4395999
.accordion { .accordion {
background-color: #eee; background-color: #eee;
display: flex;
flex-direction: column;
color: #444; color: #444;
cursor: pointer; cursor: pointer;
border-radius: 5px;
margin-top: 12px; margin-top: 12px;
padding: 12px; padding: 10px 15px 0 15px;
width: 100%;
border: none; border: none;
text-align: left; text-align: left;
outline: none; outline: none;
font-size: 15px; font-size: 15px;
transition: 0.4s; transition: backg;
} }
.active, .accordion:hover { .active, .accordion:hover {
...@@ -20,6 +22,5 @@ ...@@ -20,6 +22,5 @@
margin: 12px 0; margin: 12px 0;
padding: 12px 18px; padding: 12px 18px;
display: none; display: none;
background-color: white;
overflow: hidden; overflow: hidden;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment