Skip to content

Commit f652327

Browse files
committed
Synchronized build
1 parent a99f76b commit f652327

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

static/css/style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
.projects ul {
6060
display: grid;
6161
gap: 2rem;
62-
margin-right: 2rem;
62+
margin: 0;
6363
}
6464

6565
.projects article {
@@ -365,10 +365,9 @@ main a:has(span.gh-label) {
365365
}
366366

367367
.projects {
368-
grid-column: 2 / 10;
368+
grid-column: 2 / 11;
369369
margin-bottom: 6rem;
370370
}
371-
372371
.body-container, .main-content{
373372
grid-column: 2 / 10;
374373
}

0 commit comments

Comments
 (0)