fix/ui ux (#3)

* feat: hero section revamp

* fix: lines and border issue

* fix: changelog ux

* fix: better

* fix: ui revamp

* fix: font

---------

Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
This commit is contained in:
Kinfe Michael Tariku
2024-09-17 17:47:43 +03:00
committed by GitHub
parent 7180fca3a1
commit 854b7f342e
13 changed files with 151 additions and 38 deletions

View File

@@ -22,7 +22,7 @@ export const TechStackDisplay = ({
className?: string;
}) => {
return (
<div className={cn("flex gap-7 flex-wrap mt-3 items-center max-w-4xl", className)}>
<div className={cn("flex gap-7 flex-wrap mt-3 justify-center items-center max-w-4xl", className)}>
{skills.map((icon) => {
return (
<TooltipProvider key={icon} >