File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import React , { FC } from 'react' ;
2
2
import GenericHtmlBlock from '../Html/GenericHtmlBlock' ;
3
3
4
- const Ol : FC = ( props ) => < ol { ...props } className = "ui-text-p2 pl-16 pb-32 list-decimal -mt-16" /> ;
4
+ const Ol : FC = ( props ) => < ol { ...props } className = "ui-text-p2 pl-16 pb-16 list-decimal -mt-16" /> ;
5
5
6
6
export default GenericHtmlBlock ( Ol ) ;
Original file line number Diff line number Diff line change 1
1
import React , { FC } from 'react' ;
2
2
import GenericHtmlBlock from '../Html/GenericHtmlBlock' ;
3
3
4
- const Ul : FC < { className : string } > = ( props ) => < ul { ...props } className = "ui-text-p2 pl-16 pb-32 list-disc" /> ;
4
+ const Ul : FC < { className : string } > = ( props ) => < ul { ...props } className = "ui-text-p2 pl-16 pb-16 list-disc" /> ;
5
5
6
6
export default GenericHtmlBlock ( Ul ) ;
Original file line number Diff line number Diff line change 71
71
}
72
72
73
73
p + .copy-link-identifier : has (h2 ) {
74
- padding-top : 24 px ;
74
+ padding-top : 8 px ;
75
75
}
76
76
77
77
@font-face {
You can’t perform that action at this time.
0 commit comments