[frio] Make the whole accordion area clickable

This commit is contained in:
Damian Wajer 2023-01-17 19:44:18 +01:00
parent 9dcc0f6f20
commit 3d929e1f52

View file

@ -2928,6 +2928,10 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
.section-subtitle-wrapper {
padding: 1px 10px;
}
.accordion-toggle {
width: 100%;
text-align: left;
}
details.profile-jot-net[open] summary:before,
.panel .section-subtitle-wrapper .accordion-toggle:before {
font-family: ForkAwesome;
@ -2992,6 +2996,12 @@ details.profile-jot-net[open] summary:before {
margin-top: 10px;
margin-bottom: 10px;
}
.section-subtitle-wrapper > h2 .accordion-toggle {
margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
}
.section-subtitle-wrapper > h3 {
font-size: 16px;