File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ const updown = keyframes`
118
118
transform: translateY(-1rem);
119
119
}
120
120
` ;
121
+
121
122
const InfoDiv = styled . div `
122
123
display: flex;
123
124
justify-content: center;
@@ -143,14 +144,12 @@ const MainImg = styled.img`
143
144
height: 90%;
144
145
margin-right: 23rem;
145
146
animation: ${ updown } 2s ease-in-out infinite alternate-reverse;
146
- /* border: 1px solid green; */
147
147
` ;
148
148
export const Title = styled . h1 `
149
149
text-align: left;
150
150
line-height: 100%;
151
151
font-size: 6.5rem;
152
152
font-weight: 700;
153
- /* border: 1px solid black; */
154
153
` ;
155
154
156
155
export const SubTitle = styled . h3 `
@@ -159,7 +158,6 @@ export const SubTitle = styled.h3`
159
158
text-align: left;
160
159
font-size: 3rem;
161
160
font-weight: 00;
162
- /* border: 1px solid green; */
163
161
` ;
164
162
165
163
const LearnmoreBtn = styled ( Button ) ( {
You can’t perform that action at this time.
0 commit comments