Skip to content

Commit

Permalink
details padding
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia committed Feb 12, 2024
1 parent 41c61b1 commit b492ad2
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -529,23 +529,14 @@ details summary {
cursor: pointer;
}

/*
font-size: 36.48px;
}
details summary h3 {
font-size: 36.48px;
}
*/

summary::marker {
color: #fd433e;
font-size: 36.48px;
}

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

0 comments on commit b492ad2

Please sign in to comment.