Shell Max Content Width

This commit is contained in:
Lorenz Hilpert
2023-04-26 10:42:15 +02:00
parent 7b72532c9e
commit 595bb27d99
2 changed files with 5 additions and 5 deletions

View File

@@ -5,5 +5,7 @@
></shell-side-menu>
<shell-process-bar class="fixed z-[149] top-[4.625rem] inset-x-0 desktop:left-[10.5rem]"></shell-process-bar>
<main class="ml-0 desktop:ml-[10.5rem] p-4" (click)="closeSideMenu()">
<ng-content></ng-content>
<div class="mx-auto max-w-content w-full">
<ng-content></ng-content>
</div>
</main>

View File

@@ -30,12 +30,10 @@ module.exports = {
'page-heading': '26px',
},
width: {
content: '1024px',
// content: '1280px',
content: '76.5rem',
},
maxWidth: {
content: '1024px',
// content: '1280px',
content: '76.5rem',
},
spacing: {
'cta-x-l': '25px',