File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 315315 }
316316 .app-shell {
317317 margin-inline : auto;
318- display : grid ;
318+ display : flex ;
319319 max-width : var (--container-6xl );
320- grid-template-columns : repeat ( 1 , minmax ( 0 , 1 fr )) ;
320+ flex-direction : column ;
321321 gap : calc (var (--spacing ) * 3 );
322322 @media (width > = 48rem) {
323323 margin-right : calc (var (--spacing ) * 6 );
10121012 gap : calc (var (--spacing ) * 3 );
10131013 }
10141014 .section-card {
1015+ min-width : calc (var (--spacing ) * 0 );
10151016 border-style : var (--tw-border-style );
10161017 border-width : 1px ;
10171018 border-color : # 2a2a2a ;
11241125 line-height : calc (var (--spacing ) * 7 );
11251126 color : var (--color-zinc-200 );
11261127 }
1128+ .markdown-content h1 ,
1129+ .markdown-content h2 ,
1130+ .markdown-content h3 ,
1131+ .markdown-content h4 ,
1132+ .markdown-content h5 ,
1133+ .markdown-content h6 {
1134+ scroll-margin-top : 4rem ;
1135+ }
11271136 .markdown-content h1 {
11281137 margin-top : calc (var (--spacing ) * 1 );
11291138 margin-bottom : calc (var (--spacing ) * 4 );
11661175 display : grid;
11671176 gap : calc (var (--spacing ) * 1 );
11681177 }
1178+ .markdown-content li {
1179+ min-width : 0 ;
1180+ }
11691181 .markdown-content ul {
11701182 list-style-type : disc;
11711183 }
Original file line number Diff line number Diff line change 1717 }
1818
1919 .app-shell {
20- @apply mx-auto grid max-w-6xl grid-cols-1 gap-3 md:ml-[288px ] md:mr-6;
20+ @apply mx-auto flex flex-col max-w-6xl gap-3 md:ml-[288px ] md:mr-6;
2121 }
2222
2323 .auth-shell {
304304 }
305305
306306 .section-card {
307- @apply border border-line bg-elevated shadow-[0_18px _40px _rgba(0 , 0 , 0 , 0.28 )];
307+ @apply min-w-0 border border-line bg-elevated shadow-[0_18px _40px _rgba(0 , 0 , 0 , 0.28 )];
308308 }
309309
310310 .section-header {
359359 @apply text-sm leading-7 text-zinc-200;
360360 }
361361
362+ .markdown-content h1 ,
363+ .markdown-content h2 ,
364+ .markdown-content h3 ,
365+ .markdown-content h4 ,
366+ .markdown-content h5 ,
367+ .markdown-content h6 {
368+ scroll-margin-top : 4rem ;
369+ }
370+
362371 .markdown-content h1 {
363372 @apply mt-1 mb-4 text-3xl font-black tracking-[-0.03em ] text-ink;
364373 }
380389 @apply my-3 ml-5 grid gap-1;
381390 }
382391
392+ .markdown-content li {
393+ min-width : 0 ;
394+ }
395+
383396 .markdown-content ul {
384397 @apply list-disc;
385398 }
You can’t perform that action at this time.
0 commit comments