Skip to content

Commit 5a3fb7b

Browse files
committed
Update README.md with project details and video link; adjust padding in main layout and sections for better responsiveness
1 parent de1f5b9 commit 5a3fb7b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44

55
By Mark Maher Eweida (marco5dev)
66

7-
### Video Demo: [URL_HERE]
7+
### Video Demo: [Video Link](https://youtu.be/wKu0s_gWPyM)
8+
- **Project Title:** CheckMate
9+
- **Name:** Mark Maher Eweida
10+
- **Github & EDX username:** marco5dev
11+
- **city and country:** Port Said, Egypt
12+
- **Date:** 10/2/2025
813

914
## Project Description
1015

src/app/page.jsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ export default function Main() {
4545
};
4646

4747
return (
48-
<main className="min-h-screen">
48+
<main className="min-h-screen overflow-x-hidden">
4949
{/* Hero Section */}
5050
<section className="hero min-h-screen relative overflow-hidden">
5151
<div className="absolute inset-0 bg-gradient-to-br from-base-300 via-base-100 to-primary/20"></div>
52-
<div className="hero-content relative z-10 flex-col gap-8 w-full px-4 md:px-8">
52+
<div className="hero-content relative z-10 flex-col gap-8 w-full px-2 sm:px-4 md:px-8">
5353
<div className="max-w-xl slide-in-left text-center">
5454
<h1 className="text-3xl lg:text-5xl font-bold animate-slideUp">
5555
Organize Your Life with CheckMate
@@ -82,7 +82,7 @@ export default function Main() {
8282

8383
{/* Features Section */}
8484
<section className="py-16 bg-base-100">
85-
<div className="container mx-auto px-4">
85+
<div className="container mx-auto px-2 sm:px-4">
8686
<AnimatedTitle>Why Choose CheckMate?</AnimatedTitle>
8787
<div className="grid grid-cols-1 md:grid-cols-3 gap-8">
8888
<FeatureCard
@@ -109,7 +109,7 @@ export default function Main() {
109109

110110
{/* Themes Section - Updated with animations */}
111111
<section className="py-16 bg-base-200">
112-
<div className="container mx-auto px-4">
112+
<div className="container mx-auto px-2 sm:px-4">
113113
<div className="flex flex-col lg:flex-row items-center gap-12">
114114
<div className="lg:w-1/2">
115115
<TextBlock>

0 commit comments

Comments
 (0)