mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Shell Max Content Width
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user