File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ notes.sort((a, b) => b.data.date.getTime() - a.data.date.getTime());
4646 </div >
4747 <Steps >
4848 <ol class = " !mt-0" data-products = { productIds } >
49- <li >
49+ <li class = " mb-16 " >
5050 <div >
5151 <a
5252 href = { ` /changelog-next/${entry .slug }/ ` }
5353 class = " no-underline hover:underline"
5454 >
55- <h3 class = " mb-4 !leading-[28px ] text-black" >
55+ <h3 class = " mb-4 !leading-[36px ] text-black" >
5656 { entry .data .title }
5757 </h3 >
5858 </a >
@@ -125,20 +125,6 @@ notes.sort((a, b) => b.data.date.getTime() - a.data.date.getTime());
125125 margin-top: 1.5rem;
126126 }
127127
128- .sl-markdown-content
129- li
130- > :last-child:not(li, ul, ol):not(
131- a,
132- strong,
133- em,
134- del,
135- span,
136- input,
137- :where(.not-content *)
138- ) {
139- margin-bottom: 4rem;
140- }
141-
142128 .sl-markdown-content {
143129 margin-top: 0px !important;
144130 }
You can’t perform that action at this time.
0 commit comments