Skip to content

Commit d96716a

Browse files
committed
Reduce GitHub stat gap on small screens
1 parent 48c7b6a commit d96716a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

custom/layouts/open-source.njk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
font-size: 12px;
7979
color: #666;
8080
}
81+
@media (max-width: 400px) {
82+
.project-details {
83+
gap: 10px;
84+
}
85+
}
8186
/* Fixed widths for consistent vertical alignment */
8287
.project-details .language {
8388
width: 50px; /* Fixed width for language */

0 commit comments

Comments
 (0)