Skip to content

Commit 9fc8e34

Browse files
committed
Layout changes and some project pictures added
1 parent 47d0f8d commit 9fc8e34

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

public/projects/bikeguard.jpg

28.5 KB
Loading

public/projects/cloud.jpg

200 KB
Loading

public/projects/comealong.jpg

12.3 KB
Loading

public/projects/mmm.jpg

230 KB
Loading

public/projects/pytuxkart.jpg

37.9 KB
Loading

public/projects/revengtables.jpg

87.7 KB
Loading

public/projects/riscv.jpg

237 KB
Loading

src/app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@theme {
66
--color-black: #252627;
77
--color-peach: #FFCAB1;
8-
--color-whiter: #FFF5E9;
8+
--color-whiter: #EEF0EB;
99
--color-lightgreen: #A1C084;
1010
--color-green: #659157;
1111
--color-blue: #69A2B0;

src/app/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function RootLayout({ children }) {
66
return (
77
<html lang="en">
88
<body>
9-
<div className="bg-white flex flex-col min-h-screen">
9+
<div className="bg-stone-50 flex flex-col min-h-screen">
1010
<Header />
1111
<main className="flex-grow">{children}</main>
1212
<Footer />

src/app/projects/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Projects from '../../components/Projects';
22

33
export default function ProjectsPage() {
44
return (
5-
<main className="min-h-screen bg-gray-50">
5+
<main className="min-h-screen">
66
<Projects />
77
</main>
88
);

0 commit comments

Comments
 (0)