refactor: added bigger padding for mobile

This commit is contained in:
DomWane 2024-10-03 15:52:54 +02:00
parent 79acfd0ec2
commit 17c67b746d

View file

@ -10,7 +10,7 @@ import { collections } from './unocss.config.collections'
export default defineConfig({ export default defineConfig({
shortcuts: [ shortcuts: [
{ {
'app-container': 'px-12px sm:px-1.5rem max-w-1140px 2xl:max-w-1400px m-auto w-full', 'app-container': 'px-24px sm:px-1.5rem max-w-1140px 2xl:max-w-1400px m-auto w-full',
'custom-link': 'text-app-text-grey hover:underline underline-offset-4px text-18px font-400 leading-32px cursor-pointer', 'custom-link': 'text-app-text-grey hover:underline underline-offset-4px text-18px font-400 leading-32px cursor-pointer',
}, },
{ {