File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2424 --banner-height : calc (var (--spacing ) * 9 );
2525 /*--offset-top: calc(var(--header-height) + var(--banner-height));*/
2626 --offset-top : 72px ;
27- --max-layout-width : 1450 px ;
27+ --max-layout-width : 1500 px ;
2828 --max-sidebar-width : calc (var (--spacing ) * 65 );
2929 --max-content-width : calc (var (--max-layout-width ) - (var (--max-sidebar-width ) * 2 ))
3030}
Original file line number Diff line number Diff line change 2929 lg:grid-cols-[var(--max-sidebar-width)_1fr_var(--max-sidebar-width)]
3030 " >
3131 @await RenderPartialAsync (_PagesNav .Create (Model ))
32- <div class =" justify-center grid grid-cols-[1fr_clamp(40ch,80ch,100%)_1fr]" >
32+ <div class =" justify-center px-6 grid
33+ grid-cols-1
34+ lg:grid-cols-[1fr_clamp(40ch,80ch,100%)_1fr]
35+ " >
3336 <div class =" spacer" ></div >
3437 <main id =" content-container" class =" w-full flex flex-col relative pb-30 overflow-x-hidden" >
3538 <div class =" w-full absolute top-0 left-0 right-0 htmx-indicator" id =" htmx-indicator" role =" status" >
You can’t perform that action at this time.
0 commit comments