Skip to content

Commit 848133f

Browse files
committed
Chore : remove unused code #172
1 parent 71fc810 commit 848133f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/main/Welcome.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ const updown = keyframes`
118118
transform: translateY(-1rem);
119119
}
120120
`;
121+
121122
const InfoDiv = styled.div`
122123
display: flex;
123124
justify-content: center;
@@ -143,14 +144,12 @@ const MainImg = styled.img`
143144
height: 90%;
144145
margin-right: 23rem;
145146
animation: ${updown} 2s ease-in-out infinite alternate-reverse;
146-
/* border: 1px solid green; */
147147
`;
148148
export const Title = styled.h1`
149149
text-align: left;
150150
line-height: 100%;
151151
font-size: 6.5rem;
152152
font-weight: 700;
153-
/* border: 1px solid black; */
154153
`;
155154

156155
export const SubTitle = styled.h3`
@@ -159,7 +158,6 @@ export const SubTitle = styled.h3`
159158
text-align: left;
160159
font-size: 3rem;
161160
font-weight: 00;
162-
/* border: 1px solid green; */
163161
`;
164162

165163
const LearnmoreBtn = styled(Button)({

0 commit comments

Comments
 (0)