This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 3 files changed +38
-23
lines changed
3 files changed +38
-23
lines changed Original file line number Diff line number Diff line change 14
14
15
15
.tco.tco17
16
16
.tc-banner-placeholder.black.bg-image
17
- .title 2017 Topcoder Open
18
- .subtitle The Ultimate Programming & Design tournament
19
- .description Earn your way to the USA!
20
- a( href ="http://tco17.topcoder.com/" ) .cta.tc-btn-white.tc-btn-radius Learn More
17
+ .container
18
+ .title 2017 Topcoder Open
19
+ .subtitle The Ultimate Programming & Design tournament
20
+ .description Earn your way to the USA!
21
+ a( href ="http://tco17.topcoder.com/" ) .cta.tc-btn-white.tc-btn-radius Learn More
21
22
22
23
.srms ( id ="srms" , ui-view ="srms" , ng-show ="dashboard.showSRMs" )
23
24
Original file line number Diff line number Diff line change @@ -150,33 +150,47 @@ $tco-color-dark: #ea690b;
150
150
background-image : url (../../images/home-hero.jpg );
151
151
background-size : 100% ;
152
152
height : 352px ;
153
- background-position : center 40 % ;
153
+ background-position : center 25 % ;
154
154
background-repeat : no-repeat ;
155
+ flex-direction : row ;
155
156
156
157
padding-top : 50px ;
158
+
159
+ .container {
160
+ width : 50% ;
161
+ display : flex ;
162
+ flex-direction : column ;
163
+ align-items : flex-start ;
164
+ margin-left : 37px ;
165
+ height : 95% ;
166
+ justify-content : space-between ;
157
167
158
- .title {
159
- margin-top : 10px ;
160
- @include sofia-pro-bold ;
161
- color : $white ;
162
- }
168
+ .title {
169
+ margin-top : 10px ;
170
+ @include sofia-pro-bold ;
171
+ color : $white ;
172
+ }
163
173
164
- .subtitle {
165
- margin-top : 20px ;
166
- width : 450px ;
167
- font-size : 20px ;
168
- @extend .title ;
169
- @include sofia-pro-regular ;
170
- }
174
+ .subtitle {
175
+ margin-top : 20px ;
176
+ width : 450px ;
177
+ font-size : 20px ;
178
+ @extend .title ;
179
+ @include sofia-pro-regular ;
180
+ text-align : left ;
181
+ }
171
182
172
- .description {
173
- margin-top : 20px ;
174
- margin-bottom : 5px ;
175
- }
183
+ .description {
184
+ margin-top : 20px ;
185
+ margin-bottom : 5px ;
186
+ }
176
187
177
- .cta {
178
- margin-top : 20px ;
188
+ .cta {
189
+ margin-top : 20px ;
190
+ }
191
+
179
192
}
193
+
180
194
}
181
195
182
196
You can’t perform that action at this time.
0 commit comments