File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 89
89
< div class ="col-md-12 title-block command-mobile-heading ">
90
90
< div class ="option-text "> Run this Command:</ div >
91
91
</ div >
92
- < div class ="col-md-12 " id ="command "> conda install pytorch torchvision -c pytorch</ div >
92
+ < div class ="command-container ">
93
+ < div class ="col-md-12 " id ="command "> conda install pytorch torchvision -c pytorch</ div >
94
+ </ div >
93
95
</ div >
94
96
</ div >
95
97
</ div >
Original file line number Diff line number Diff line change 1
1
.quick-starts {
2
- background : $medium_grey ;
2
+ background : $light_grey ;
3
3
4
4
@include small-desktop {
5
5
.start-locally-col {
50
50
}
51
51
52
52
.option-text {
53
- margin-top : rem (10px );
53
+ display : table-cell ;
54
+ vertical-align : middle ;
54
55
}
55
56
56
57
.selected {
61
62
.block {
62
63
margin-bottom : rem (1px );
63
64
height : rem (40px );
65
+ display : table ;
64
66
}
65
67
66
68
.title-block {
89
91
padding : rem (15px );
90
92
border : 2px solid $light_grey ;
91
93
word-wrap : break-word ;
94
+ display : table-cell ;
95
+ vertical-align : middle ;
96
+ }
97
+
98
+ .command-container {
99
+ display : table ;
100
+ width : 100% ;
101
+ @include desktop {
102
+ min-height : rem (84px );
103
+ }
92
104
}
93
105
94
106
.command-block {
177
189
color : #929292 ;
178
190
font-size : 1.125em ;
179
191
letter-spacing : 0.25px ;
192
+ padding-bottom : rem (15px );
180
193
}
181
194
182
195
h3 {
207
220
position : relative ;
208
221
background-image : url ($baseurl + " /assets/images/chevron-right-orange.svg" );
209
222
background-size : 6px 13px ;
210
- background-position : center right 12 px ;
223
+ background-position : center right 15 px ;
211
224
background-repeat : no-repeat ;
212
225
213
226
@include desktop {
251
264
font-size : rem (18px );
252
265
letter-spacing : -0.25px ;
253
266
line-height : rem (30px );
267
+ color : $not_quite_black ;
254
268
255
269
@include small-desktop {
256
270
font-size : rem (16px );
You can’t perform that action at this time.
0 commit comments