fix: widen final phone gutter
This commit is contained in:
@@ -1198,3 +1198,10 @@ body {
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Conservative final mobile gutter: avoid any perceived right-edge clipping. */
|
||||||
|
@media (max-width: 520px) {
|
||||||
|
.app-shell {
|
||||||
|
width: min(100% - 4rem, 100%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user