Skip to content

Commit 72162e2

Browse files
committed
updates
1 parent 6e8f7f9 commit 72162e2

File tree

5 files changed

+478
-254
lines changed

5 files changed

+478
-254
lines changed

css/extra.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
:root {
2+
color-scheme: dark;
3+
}
14
body {
25
background-color: #363636;
6+
display: flex;
7+
flex-direction: column;
8+
min-height: 100vh;
39
}
410
p, .navbar-menu a, .title {
511
color: white;
@@ -21,4 +27,7 @@ p, .navbar-menu a, .title {
2127
}
2228
.projects {
2329
padding: 1.50rem;
30+
}
31+
.projects .card {
32+
margin-bottom: 1.5rem;
2433
}

0 commit comments

Comments
 (0)