fix: google search console mobile usability issues

This commit is contained in:
liyasthomas
2022-03-29 18:16:31 +05:30
parent 89c7127b17
commit 943c45060d

View File

@@ -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;
}