File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,16 @@ const StyledSlider = styled(Slider)`
117117 }
118118
119119 .slick-next {
120- right: 0 ;
120+ right: 1 ;
121121 }
122122
123123 .slick-prev {
124- left: 0 ;
124+ left: 1 ;
125125 }
126126
127- .slick-next:before,
127+ .slick-next:before{
128+ color: #888;
129+ }
128130 .slick-prev:before {
129131 color: #888;
130132 }
Original file line number Diff line number Diff line change @@ -145,15 +145,15 @@ const InformationBox = styled.div`
145145
146146const Title = styled . h1 `
147147 padding: 1rem 1rem 1rem 0.5rem;
148- font-size: 1.2rem ;
148+ font-size: 1.3rem ;
149149 font-weight: bold;
150150` ;
151151
152152const ContentH2 = styled . h1 `
153153 margin-bottom: 0.8rem;
154154` ;
155155const Content = styled . p `
156- font-size: 1rem;
156+ font-size: 1. 1rem;
157157 text-align: justify;
158158 line-height: 1.7rem;
159159` ;
You can’t perform that action at this time.
0 commit comments