Improve overall responsiveness on mobile devices (#214)

This commit is contained in:
Giancarlo Buomprisco
2025-03-19 10:24:53 +07:00
committed by GitHub
parent 4bba67246b
commit fcb37e7d75
7 changed files with 16 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
@utility container {
margin-inline: auto;
@apply xl:max-w-[80rem] px-8;
@apply xl:max-w-[80rem] px-4 lg:px-8;
}