File tree Expand file tree Collapse file tree 2 files changed +19
-11
lines changed
src/shared/components/challenge-detail
MySubmissions/SubmissionsList Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 96
96
flex-direction : column ;
97
97
font-size : 13px ;
98
98
line-height : 20px ;
99
- margin : 16px 40px 0 40px ;
99
+ padding-top : 30px ;
100
+ padding-bottom : 50px ;
101
+ margin : 0 41px ;
100
102
101
103
@include xs-to-sm {
102
- margin : 16px 0 0 0 ;
104
+ padding : 0 ;
105
+ margin : 0 16px ;
103
106
}
104
107
}
105
108
@@ -177,6 +180,10 @@ button.column-1-1,
177
180
margin : 0 32px 0 16px ;
178
181
height : auto ;
179
182
}
183
+
184
+ @include xs-to-sm {
185
+ margin-top : 24px ;
186
+ }
180
187
}
181
188
182
189
.column-1 {
Original file line number Diff line number Diff line change 3
3
.container {
4
4
@include roboto-regular ;
5
5
6
- margin-left : auto ;
7
- margin-right : auto ;
6
+ padding-top : 30px ;
7
+ padding-bottom : 50px ;
8
+ margin : 0 41px ;
9
+
10
+ @include xs-to-sm {
11
+ padding : 0 ;
12
+ margin : 0 16px ;
13
+ }
8
14
9
15
div {
10
16
white-space : nowrap ;
152
158
font-size : 13px ;
153
159
line-height : 15px ;
154
160
padding-bottom : 17px ;
155
- padding-top : 7 px ;
161
+ padding-top : 14 px ;
156
162
color : $tc-gray-50 ;
157
163
display : flex ;
158
164
border-bottom : 1px solid $tc-gray-10 ;
215
221
}
216
222
217
223
.container.dev {
218
- margin : 0 46px ;
219
- padding-bottom : 0 ;
220
224
line-height : 50px ;
221
225
text-align : center ;
222
226
223
227
@include xs-to-sm {
224
- margin : 30px 0 ;
225
228
line-height : 20px ;
226
229
}
227
230
277
280
}
278
281
279
282
& .mm {
280
- margin : 28px 32px 0 32px ;
281
-
282
283
@include xs-to-sm {
283
- margin : 0 ;
284
+ margin : 0 16 px ;
284
285
}
285
286
}
286
287
You can’t perform that action at this time.
0 commit comments