]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: add padding to green links element in default template (#225)
authorAbu Sayed Jobayer <aszubayr@gmail.com>
Fri, 10 Nov 2023 18:12:50 +0000 (00:12 +0600)
committerGitHub <noreply@github.com>
Fri, 10 Nov 2023 18:12:50 +0000 (19:12 +0100)
template/base/src/assets/main.css

index e8667cd4508b6163e44e675ff899de1896544c84..01091a937e3e5c02483b8bcc7405d210a20509af 100644 (file)
@@ -13,6 +13,8 @@ a,
   text-decoration: none;
   color: hsla(160, 100%, 37%, 1);
   transition: 0.4s;
+  padding: 3px;
+
 }
 
 @media (hover: hover) {