From 85556550c4e6a27c65b1fc5e482c01de119c4152 Mon Sep 17 00:00:00 2001 From: Martin Feineis Date: Mon, 13 Nov 2023 22:20:55 -0500 Subject: [PATCH] works now --- components/Profile.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/Profile.vue b/components/Profile.vue index 3a0261b..047c170 100644 --- a/components/Profile.vue +++ b/components/Profile.vue @@ -45,12 +45,12 @@ export default{ .lang { width: 100px; height: 100px; - padding: 40px 25px 25px 10px; + padding: 10px 15px 10px 15px; } - img:hover { - width: 130px; - height: 130px; - padding: 10px 10px 10px 10px; + img.lang:hover { + transform: scale(1.5); + transition: transform 0.2s ease-in-out; + fill: red; } /* .tsbtn { background: url('/forms/up.png') no-repeat top left; @@ -78,8 +78,8 @@ export default{

{{ Name }}

{{ Description }}

+

{{ TechStack }}

-

{{ TechStack }}

Linux AWS