Skip to content

Commit

Permalink
improvement transition for code example
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Feb 7, 2024
1 parent 22bf237 commit 1e1308f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ h2 {
color: hsla(160, 100%, 37%, 1);
padding: 1rem;
overflow: auto;
transition: .3s all;
border-radius: 10px;
}
.code-wrapper:hover {
Expand All @@ -152,7 +154,6 @@ header {
.logo {
display: block;
margin: 0 auto 2rem;
font-size: ;
}
.code-content {
Expand Down

0 comments on commit 1e1308f

Please sign in to comment.