Improved tailwind theme's layout for desktop
This commit is contained in:
parent
cb0a1917a9
commit
22007f4c57
3 changed files with 6 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
@ -41,11 +41,11 @@
|
|||
</nav>
|
||||
|
||||
<!-- Content -->
|
||||
<div class="container mx-auto px-4 my-4">
|
||||
<div class="container mx-auto my-4">
|
||||
<div class="flex flex-wrap -mx-4">
|
||||
<div class="w-1/12 px-4"></div>
|
||||
<div class="w-10/12 px-4 prose dark:prose-invert"><!--AntCMS-Body--></div>
|
||||
<div class="w-1/12 px-4"></div>
|
||||
<div class="w-1/12"></div>
|
||||
<div class="w-10/12 prose dark:prose-invert max-w-none"><!--AntCMS-Body--></div>
|
||||
<div class="w-1/12"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/Themes/Default/Templates/*.{html,js}"],
|
||||
content: ["./src/Themes/Default/Templates/*.{twig,html,js}"],
|
||||
theme: {
|
||||
extend: {
|
||||
typography ({ theme }) {
|
||||
|
|
Loading…
Reference in a new issue