Skip to content

Commit

Permalink
minor errors
Browse files Browse the repository at this point in the history
  • Loading branch information
samanthap88 committed Nov 11, 2024
1 parent 10422b9 commit ae41362
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 35 deletions.
19 changes: 0 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export default function Hero() {
<div className="ml-3 min-[400px]:ml-10 lg:ml-32 mt-10 lg:mt-20 font-lexend">
<h3 className="text-lg lg:text-2xl font-bold text-[#9C9AB7]">We are a one-stop shop for</h3>
<h1 className="text-5xl lg:text-7xl font-bold text-[#24223C] pb-3">
<span>Product</span> <br />
<span className="text-5xl lg:text-7xl">Product</span> <br />

<span className="block text-[#FA9D74] pt-2">Management</span>
<span className="text-5xl lg:text-7xl block text-[#FA9D74] pt-2">Management</span>
</h1>
<div className="CTA flex gap-3 mt-10 lg:text-2xl font-semibold">
<button className="px-10 py-3 bg-[#023849] border-4 text-[#FEFDFF] border-[#023849] rounded-[100px]">Join us on Discord</button>
Expand Down
6 changes: 3 additions & 3 deletions src/components/program/alumni.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export default function Alumni() {
<div className="max-w-sm bg-white rounded-lg shadow-lg p-12 text-center flex flex-col items-center space-y-4 m-4">
{/* Profile Image */}
<img
src="https://picsum.photos/200" /* Replace with actual image URL */
alt={alumni.name}
className="w-36 h-36 rounded-full object-cover"
src="" /* Replace with actual image URL */
alt={""}
className="w-36 h-36 rounded-full object-cover bg-gray-300"
/>

{/* Name and Position */}
Expand Down
13 changes: 2 additions & 11 deletions src/layouts/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
@tailwind utilities;

@layer components {
.header1 {
@apply text-5xl font-lexend font-bold;
line-height: 54px !important;
}


.header4 {
@apply text-2xl font-lexend font-bold;
Expand Down Expand Up @@ -77,13 +74,7 @@ body {

/* Typography Scale for HTML Headers */

h1 {
font-size: 4.5rem;
/* 72px */
line-height: 5.75rem;
/* 92px */
font-weight: bold;
}


h2 {
font-size: 3rem;
Expand Down

0 comments on commit ae41362

Please sign in to comment.