File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed
Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11.title {
22 font-family : var (--font-avenir );
33 font-size : var (--fontsize-large-ii );
4+ font-weight : var (--fontweight-demi );
5+ letter-spacing : normal;
46 margin : 0 0 1.5rem 0 ;
57}
68
Original file line number Diff line number Diff line change 11.slides {
22 overflow-x : auto;
3+ overflow-y : hidden;
34 transition : transform 0.5s ease 0s ;
45 white-space : nowrap;
56 margin : 0 -0.25rem ;
1415.slide {
1516 display : inline-block;
1617 white-space : normal;
18+ vertical-align : top;
1719}
1820
1921.slideInner {
2426 margin : 0 0 1.5rem 0 ;
2527 font-family : var (--font-avenir );
2628 font-size : var (--fontsize-large-ii );
29+ font-weight : var (--fontweight-demi );
30+ letter-spacing : normal;
2731}
Original file line number Diff line number Diff line change @@ -239,3 +239,4 @@ export Carousel from './Carousel/Carousel';
239239export MobileCarousel from './MobileCarousel/MobileCarousel' ;
240240export ScreenWidth from './ScreenWidth/ScreenWidth' ;
241241export IconLink from './IconLink/IconLink' ;
242+ export RemoveOrphans from './RemoveOrphans/RemoveOrphans' ;
Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ export {
102102 CollapsibleProgressSteps ,
103103 WindowDimensionsProvider ,
104104 ScreenWidth ,
105- IconLink
105+ IconLink ,
106+ RemoveOrphans
106107} from './components/index.js' ;
107108
108109export Colors from './globals/colors.css' ;
You can’t perform that action at this time.
0 commit comments