Skip to content

Commit 075e789

Browse files
committed
merge: v2
2 parents 23eacf6 + bb2831b commit 075e789

File tree

10 files changed

+9304
-1
lines changed

10 files changed

+9304
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules/

css/extra.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
body {
2+
background-color: #363636;
3+
}
4+
p, .navbar-menu a, .title {
5+
color: white;
6+
}
7+
.container {
8+
max-width: 960px;
9+
}
10+
.greeting h2 {
11+
padding-top: 10px;
12+
}
13+
.social-bar {
14+
display: flex;
15+
flex-direction: row;
16+
justify-content: flex-start;
17+
margin: 10px 0px 0px;
18+
}
19+
.social-bar a {
20+
margin-right: 20px;
21+
}
22+
.projects {
23+
padding: 1.50rem;
24+
}

0 commit comments

Comments
 (0)