Skip to content

Commit 9b12b4f

Browse files
committed
slight updates
1 parent 14283f3 commit 9b12b4f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

components/experience/data-engineer/data-engineer.module.scss

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828

2929
@media (max-width: 750px) {
3030
grid-template-columns: repeat(2, auto);
31+
32+
// div:last-child {
33+
// grid-column: 2 / 4;
34+
// }
3135
}
3236
}
3337

pages/index.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
import { Education } from "../components/education";
22
import { Experience } from "../components/experience";
33
import Footer from "../components/footer";
4+
import Head from "next/head";
45
import { Intro } from "../components/intro";
56
import { Projects } from "../components/projects";
67
import { SourceCode } from "../components/experience/source-code";
78

89
export default function Home() {
910
return (
1011
<div className="app">
12+
<Head>
13+
<title>Luthfi Bustillo's Portolio</title>
14+
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
15+
</Head>
1116
<SourceCode />
1217
<Intro />
1318
<Projects />

0 commit comments

Comments
 (0)