Skip to content

Commit

Permalink
fix pointer for expanded solutions box
Browse files Browse the repository at this point in the history
Signed-off-by: Birgit Brecknell <[email protected]>
  • Loading branch information
bbrcknl committed Aug 23, 2024
1 parent 6505987 commit fd00916
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,13 @@ a[href*="//"]:not([href*="{{site.url}}"],.skip-icon):after {
width: 32%;
}

/* add margin below tutorials solutions boxes */
/* tutorials solutions boxes */
details {
cursor: pointer;
padding-bottom: 20px;
}

summary {
display:list-item;
}
details > summary {
cursor: pointer;
}

0 comments on commit fd00916

Please sign in to comment.