@@ -102,13 +102,6 @@ import "../styles/experience.css";
102102 </div >
103103 </div >
104104
105- <div class =" fw-tags" >
106- <span class =" fw-tag vue" >Vue</span >
107- <span class =" fw-tag react" >React</span >
108- <span class =" fw-tag svelte" >Svelte</span >
109- <span class =" fw-tag astro" >Astro</span >
110- </div >
111-
112105 <div class =" social-links desktop-socials" >
113106 <a
114107 href =" https://github.com/AbdAsh"
@@ -811,37 +804,6 @@ import "../styles/experience.css";
811804 margin-top: 2px;
812805 }
813806
814- .fw-tags {
815- display: flex;
816- flex-wrap: wrap;
817- gap: 6px;
818- justify-content: center;
819- }
820-
821- .fw-tag {
822- font-family: var(--font-mono);
823- font-size: 0.65rem;
824- padding: 3px 10px;
825- border-radius: 6px;
826- font-weight: 500;
827- }
828- .fw-tag.vue {
829- color: var(--vue-green);
830- background: rgba(66, 184, 131, 0.1);
831- }
832- .fw-tag.react {
833- color: var(--react-blue);
834- background: rgba(97, 218, 251, 0.1);
835- }
836- .fw-tag.svelte {
837- color: var(--svelte-orange);
838- background: rgba(255, 62, 0, 0.1);
839- }
840- .fw-tag.astro {
841- color: var(--astro-purple);
842- background: rgba(255, 93, 1, 0.1);
843- }
844-
845807 .social-links {
846808 display: flex;
847809 gap: 10px;
@@ -1248,14 +1210,6 @@ import "../styles/experience.css";
12481210 font-size: 0.55rem;
12491211 }
12501212
1251- .fw-tags {
1252- gap: 4px;
1253- }
1254- .fw-tag {
1255- font-size: 0.55rem;
1256- padding: 2px 6px;
1257- }
1258-
12591213 .social-links {
12601214 gap: 6px;
12611215 }
0 commit comments