- fix css translate on drop down icon for accordion
This commit is contained in:
ZanzyTHEbar 2022-06-06 00:44:20 +02:00
parent 7ba5e03756
commit c1767715ad

View File

@ -23,9 +23,9 @@
content: '\2304';
position: absolute;
top: 50%;
right:5px;
right: 5px;
font-size: 30px;
transform: translateY50%);
transform: translateY(-50%);
}
/* Hides the content (height: 0), decreases font size, justifies text and adds transition */