We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fc854 commit 34c5ce2Copy full SHA for 34c5ce2
custom/layouts/oss.njk
@@ -18,7 +18,7 @@
18
}
19
20
.project {
21
- width: 100%; /* Full width for each project */
+ width: 48%; /* Full width for each project */
22
padding: 15px;
23
box-sizing: border-box;
24
background-color: #f9f9f9;
@@ -92,6 +92,7 @@
92
@media (max-width: 800px) {
93
94
width: calc(100% - 20px); /* Full width on smaller screens */
95
+ margin: 0 auto;
96
97
98
/* Remove fixed widths on smaller screens for flexibility */
0 commit comments