Skip to content

Commit

Permalink
triangle size to match h3
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia committed Feb 12, 2024
1 parent 54fd09f commit e71d633
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -524,13 +524,16 @@ details summary {
cursor: pointer;
}

details summary > * {
display: inline;
}

summary {
list-style-position: outside;
margin-left: 20px;
padding: 10px 10px 10px 20px;
border-radius: 5px;
}

details summary::before {
content: ''; /* Ensure content is empty to prevent duplication */
display: inline-block;
margin-right: 0.5em; /* Adjust spacing between marker and text */
font-size: 2.28em; /* Increase font size to make the triangle larger */
}

0 comments on commit e71d633

Please sign in to comment.