File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 <div class =" step" >
3030 <span class ="num mono" >{s .num }</span >
3131 <h3 class ="mono" >{s .title }</h3 >
32- <p >
33- {s .body }
34- {#if s .code }<br /><code class ="mono" >{s .code }</code >{/if }
35- </p >
32+ <p >{s .body }</p >
3633 </div >
3734 {/each }
3835 </div >
5047 .num { font-size : 13px ; font-weight : 700 ; color : var (--primary ); border-top : 2px solid var (--primary ); padding-top : 14px ; display : inline-block ; }
5148 .step h3 { font-size : 17px ; font-weight : 600 ; margin : 14px 0 8px ; }
5249 .step p { font-size : 13.5px ; line-height : 1.6 ; color : var (--muted ); margin : 0 ; }
53- .step code { display : inline-block ; margin-top : 8px ; font-size : 12px ; background : var (--elevated ); padding : 4px 8px ; border-radius : 5px ; color : var (--text ); }
5450
5551 @media (max-width : 760px ) { .steps { grid-template-columns : 1fr ; gap : 28px ; } }
5652 </style >
You can’t perform that action at this time.
0 commit comments