File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ <h3>Then, install Scala:</h3>
36
36
</ div >
37
37
</ div >
38
38
< div class ="download-options ">
39
- < div class ="download-intellij ">
39
+ < div class ="download-left ">
40
40
< span class ="or "> or</ span >
41
41
< div class ="description ">
42
42
< img src ="/resources/img/download/arrow-left.png " alt ="">
@@ -50,7 +50,7 @@ <h3>Then, install Scala:</h3>
50
50
{% include tutorial-list.html column=1 %}
51
51
</ ul >
52
52
</ div >
53
- < div class ="download-sbt ">
53
+ < div class ="download-right ">
54
54
< div class ="description ">
55
55
< img src ="/resources/img/download/arrow-right.png " alt ="">
56
56
< p > Best if you are familiar with the command line</ p >
Original file line number Diff line number Diff line change 112
112
@include clearfix ;
113
113
margin-top : 38px ;
114
114
115
- .download-intellij ,
116
- .download-sbt {
115
+ .download-left ,
116
+ .download-right {
117
117
position : relative ;
118
118
@include span-columns (4 of 8 );
119
119
@include bp (large ) {
196
196
}
197
197
}
198
198
199
- .download-intellij {
199
+ .download-left , {
200
200
padding-right : 10px ;
201
201
position : relative ;
202
202
.or {
212
212
}
213
213
}
214
214
215
- .download-sbt {
215
+ .download-right {
216
216
padding-left : 10px ;
217
217
}
218
218
219
- .download-sbt {
219
+ .download-right {
220
220
.description {
221
221
top : 60px ;
222
222
left : auto ;
You can’t perform that action at this time.
0 commit comments