Skip to content

Commit

Permalink
triangle size
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia committed Feb 12, 2024
1 parent 6792845 commit 5fa9da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,16 +522,16 @@ label {

details summary {
cursor: pointer;
font-size: 2.28em; /* Increase font size to make the triangle larger */
}

details summary > * {
display: inline;
font-size: 2.28em; /* Increase font size to make the triangle larger */
}

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

0 comments on commit 5fa9da2

Please sign in to comment.