Skip to content

Commit 34c5ce2

Browse files
committed
CSS tweak, two columns and center
1 parent c9fc854 commit 34c5ce2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

custom/layouts/oss.njk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
2020
.project {
21-
width: 100%; /* Full width for each project */
21+
width: 48%; /* Full width for each project */
2222
padding: 15px;
2323
box-sizing: border-box;
2424
background-color: #f9f9f9;
@@ -92,6 +92,7 @@
9292
@media (max-width: 800px) {
9393
.project {
9494
width: calc(100% - 20px); /* Full width on smaller screens */
95+
margin: 0 auto;
9596
}
9697
9798
/* Remove fixed widths on smaller screens for flexibility */

0 commit comments

Comments
 (0)