%PDF- %PDF-
Direktori : /var/www/i4insight.eco-n-tech.co.uk/wp-content/themes/lloyd/tailwind/custom/ |
Current File : /var/www/i4insight.eco-n-tech.co.uk/wp-content/themes/lloyd/tailwind/custom/base.css |
/** * Custom styles to immediately follow Tailwind’s `base` layer * * “Add things like base typography styles [or] opinionated global resets.” * * — from https://tailwindcss.com/docs/plugins#adding-base-styles */ /** * This uses the background and foreground colors declared in the * `theme.json` file and is applied both to the frontend and in the block * editor. */ body { @apply bg-background font-sans text-foreground; } #wrapper { @apply flex flex-col min-h-screen; } main { @apply flex-1 relative; }