Skip to content

Commit

Permalink
fixes (sizing & color)
Browse files Browse the repository at this point in the history
  • Loading branch information
AjelmarMedina committed Apr 14, 2024
1 parent e7746d2 commit 9d48566
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/(about-me)/Skillsets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ export function Skillsets() {
className="flex flex-col justify-between items-center w-full h-fit px-4 py-14 bg-neutral-white text-neutral-black lg:grid lg:grid-cols-2 md:gap-[72px] md:px-28 md:py-24"
>
<div
className="flex flex-col items-center space-y-10 w-fit lg:items-start"
className="flex flex-col justify-center items-center space-y-10 w-fit lg:min-h-[520px] lg:items-start"
>
<div className="w-full">
<h1 className="min-w-full font-bold prose-display-md text-center md:prose-display-lg lg:text-start">
<h1 className="min-w-full font-bold prose-display-md text-center text-[80%] md:prose-display-lg lg:text-start">
Skillset {isLoading}
</h1>
<Subheading />
Expand Down
2 changes: 1 addition & 1 deletion src/components/about-me.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Header } from "./ui/header-section";
export function AboutMe() {
return (
<div
className="flex flex-col items-center w-full h-fit max-h-0 overflow-clip animate-show-sections"
className="flex flex-col items-center w-full h-fit bg-neutral-50 max-h-0 overflow-clip animate-show-sections"
>
<Header
header="About Me"
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/header-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function Header(
) {
return (
<div
className="flex flex-row items-center justify-center min-w-full px-4 py-14 h-fit bg-neutral-white text-neutral-black md:px-28 md:py-24"
className="flex flex-row items-center justify-center min-w-full px-4 py-14 h-fit text-neutral-black md:px-28 md:py-24"
>
<div className="max-w-[672px] space-y-8">
<h1 className="font-bold text-center prose-display-lg md:prose-display-xl">
Expand Down

0 comments on commit 9d48566

Please sign in to comment.