Skip to content

Commit 640ce68

Browse files
committed
Improve responsive scaling of the related links box
1 parent 4bb1193 commit 640ce68

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_sass/_layout.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ html, body
4141

4242
.related
4343
{
44-
width: 50%;
44+
width: fit-content;
45+
min-width: 50%;
46+
max-width: calc(100vw - 4rem);
4547
padding-bottom: 0.5rem;
4648
}
4749

0 commit comments

Comments
 (0)