Skip to content

Commit

Permalink
style: update example-content-button styles for improved appearance a…
Browse files Browse the repository at this point in the history
…nd usability
  • Loading branch information
afarago committed Nov 12, 2024
1 parent 1bfc92d commit bb1553e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,16 @@ a {
}

.example-content-button {
margin-left: 0.4em;
font-size: 14px;
font-size: 1em;
margin: 0px;
padding: 0px;
margin-left: 0.5em;
border: 0px;
outline: 0px;
vertical-align: unset;
user-select: none;
}

.example-content-button:focus {
box-shadow: none;
}

0 comments on commit bb1553e

Please sign in to comment.