fix: google search console mobile usability issues
This commit is contained in:
@@ -484,3 +484,10 @@ details summary::-webkit-details-marker {
|
||||
margin-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
}
|
||||
|
||||
// https://pqina.nl/blog/fix-google-mobile-usability-issues/
|
||||
:where(body, iframe, pre, img, svg, video, canvas, select) {
|
||||
@apply max-w-full;
|
||||
@apply overflow-auto;
|
||||
@apply break-words;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user