From 1e1308f98d6f1374b345a0de7b4da51387ae6378 Mon Sep 17 00:00:00 2001 From: lucasferreiralimax Date: Wed, 7 Feb 2024 17:33:10 -0300 Subject: [PATCH] improvement transition for code example --- docs/src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/App.vue b/docs/src/App.vue index 5b61313..e8695ae 100755 --- a/docs/src/App.vue +++ b/docs/src/App.vue @@ -138,6 +138,8 @@ h2 { color: hsla(160, 100%, 37%, 1); padding: 1rem; overflow: auto; + transition: .3s all; + border-radius: 10px; } .code-wrapper:hover { @@ -152,7 +154,6 @@ header { .logo { display: block; margin: 0 auto 2rem; - font-size: ; } .code-content {