fix(apologetik/contra): scope answer-rail width:max-content to >=760px
CI / update (push) Successful in 3m35s
CI / update (push) Successful in 3m35s
The answer-rail had width:max-content with a wider max-width override gated behind @media (min-width:760px). The width:max-content sat outside the media query, so on mobile it inflated the rail's max-content contribution to .arg-body's 1fr grid track. The track expanded past the viewport (max-width:100% can't clamp during cyclic track sizing), making .arg-body and its h2/text appear to overflow horizontally. Move width:max-content inside the >=760px block so the desktop break-out behaviour stays, while mobile falls back to default flex-wrap within the column.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"version": "1.58.0",
|
||||
"version": "1.58.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user