Updated accordion frontend styles

This commit is contained in:
djordje vlaisavljevic 2021-11-19 19:00:59 +01:00
parent 8fa2a45dd8
commit c77059f645

View File

@ -17,7 +17,6 @@
}
.kg-toggle-heading {
font-size: 2rem;
font-weight: 600;
cursor: pointer;
display: flex;
@ -48,8 +47,12 @@
.kg-toggle-content {
transition: all .3s;
padding-top: 8px;
padding-top: 1.5rem;
max-height: 100vh;
overflow: hidden;
opacity: 1;
}
.kg-toggle-content > *+* {
}