We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb1193 commit 640ce68Copy full SHA for 640ce68
1 file changed
_sass/_layout.scss
@@ -41,7 +41,9 @@ html, body
41
42
.related
43
{
44
- width: 50%;
+ width: fit-content;
45
+ min-width: 50%;
46
+ max-width: calc(100vw - 4rem);
47
padding-bottom: 0.5rem;
48
}
49
0 commit comments