Skip to content

Commit 7240e44

Browse files
committed
Chore : modify font size and slick button type #190
1 parent 6a7c03a commit 7240e44

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/components/common/Slide.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

src/components/common/SlideContent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@ const InformationBox = styled.div`
145145

146146
const 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

152152
const ContentH2 = styled.h1`
153153
margin-bottom: 0.8rem;
154154
`;
155155
const Content = styled.p`
156-
font-size: 1rem;
156+
font-size: 1.1rem;
157157
text-align: justify;
158158
line-height: 1.7rem;
159159
`;

0 commit comments

Comments
 (0)