Skip to content

Commit

Permalink
Clean up arrow size
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT committed Oct 16, 2024
1 parent b0397ba commit 0f254fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ details[open] * i.fa-chevron-right {
}

details summary::-webkit-details-marker {
display:none;
display: none;
}

.center-text {
Expand Down Expand Up @@ -535,10 +535,6 @@ details summary::-webkit-details-marker {
padding-right: 14px;
}

.howtoexpand .expand-label i {
font-size: x-small;
}

.howtoexpand .expand-content {
padding-top: 0;
padding-bottom: 0;
Expand Down

0 comments on commit 0f254fc

Please sign in to comment.