Skip to content

Commit 3611d5b

Browse files
committed
Fix breaking software names
1 parent 699b1a3 commit 3611d5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/src/sass/components/_links.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,12 @@
5151
top: 0.55em;
5252
}
5353

54+
// Smaller font size for three-column layouts at medium screens to prevent line breaks
5455
@include media-breakpoint-up(md) {
56+
font-size: 1.4rem;
57+
}
58+
59+
@include media-breakpoint-up(lg) {
5560
font-size: 1.75rem;
5661
}
5762
}

0 commit comments

Comments
 (0)