File tree Expand file tree Collapse file tree 3 files changed +116
-5
lines changed Expand file tree Collapse file tree 3 files changed +116
-5
lines changed Original file line number Diff line number Diff line change 26
26
<div class =" tile-list" >
27
27
{{ #each tutorials }}
28
28
<a href =" {{ link }} " class =" tile-title" >
29
- <div class =" tile mrb-30 " >
29
+ <div class =" tile margin-tile " >
30
30
{{ title }}
31
31
<div class =" tile-tag" >
32
32
{{ #use_cases }}
Original file line number Diff line number Diff line change 118
118
font-size : 20px ;
119
119
line-height : 24px ;
120
120
margin : 44px 0 38px 0 ;
121
+ color : #414D97 ;
121
122
p {
122
123
margin : 0 ;
123
124
}
135
136
}
136
137
137
138
.arrow-back img {
138
- margin-top : 42 px ;
139
+ margin-top : 18 px ;
139
140
margin-left : 10px ;
140
141
margin-right : 10px ;
141
142
align-items : center ;
154
155
155
156
.block-create-app-github {
156
157
width : 36px ;
157
- margin-left : 17px ;
158
+ margin-left : 31px ;
159
+ margin-right : 13px ;
158
160
}
159
161
160
162
.block-create-app-title {
161
163
margin-left : 17px ;
162
164
}
165
+
166
+ .block-about-app-title {
167
+ font-size : 18px ;
168
+ }
169
+
170
+ .block-about-app {
171
+ margin-top : 20px ;
172
+ padding : 25px 20px ;
173
+ }
174
+
175
+ .block-about-app-text {
176
+ font-weight : 400 ;
177
+ font-size : 14px ;
178
+ line-height : 17px ;
179
+ margin-top : 28px ;
180
+
181
+ }
182
+
183
+ .block-about-app-row .block-about-app-text {
184
+ width : 100% ;
185
+ }
186
+
187
+ .block-create-app-title {
188
+ font-weight : 700 ;
189
+ font-size : 20px ;
190
+ line-height : 24px ;
191
+ text-align : center ;
192
+ }
193
+
194
+ .block-create-app-text {
195
+ font-weight : 600 ;
196
+ font-size : 16px ;
197
+ line-height : 19px ;
198
+ display : flex ;
199
+ align-items : center ;
200
+ margin : 28px 0 30px 0 ;
201
+ p {
202
+ line-height : 1.2 ;
203
+ margin-right : 31px ;
204
+ }
205
+ }
206
+
207
+ .block-create-app-row .next-steps-button {
208
+ margin-top : 16px ;
209
+ }
163
210
}
Original file line number Diff line number Diff line change 445
445
.tile-list {
446
446
display : flex ;
447
447
flex-direction : row ;
448
- flex-wrap : wrap ;
449
448
margin-top : 21px ;
450
449
width : 770px ;
451
450
}
452
451
453
- .mrb-30 {
452
+ .margin-tile {
454
453
margin-right : 30px ;
455
454
margin-bottom : 30px ;
456
455
}
542
541
543
542
color : #677688 ;
544
543
}
544
+ .block-welcome-row .block-welcome-text {
545
+ width : 68.5% ;
546
+ }
547
+
548
+ @media only screen and (max-width : 820px ) {
549
+ .container {
550
+ padding-right : 42px ;
551
+ padding-left : 18px ;
552
+ margin-right : auto ;
553
+ margin-left : auto ;
554
+ }
555
+
556
+ .tutorial-title {
557
+ font-style : normal ;
558
+ font-weight : 700 ;
559
+ font-size : 30px ;
560
+ line-height : 36px ;
561
+
562
+ text-align : center ;
563
+ }
564
+
565
+ .guided-tutorials h1 {
566
+ margin-top : 20px ;
567
+ }
568
+
569
+ .next-steps-button {
570
+ width : 135px ;
571
+ height : 54px ;
572
+ gap : 8px ;
573
+ border-radius : 80px ;
574
+ .next-steps-button-text {
575
+ font-weight : 700 ;
576
+ font-size : 14px ;
577
+ line-height : 17px ;
578
+ }
579
+ .next-steps-button-number {
580
+ font-weight : 700 ;
581
+ font-size : 37px ;
582
+ line-height : 44px ;
583
+ }
584
+ }
585
+
586
+ .feature-list {
587
+ flex-wrap : wrap ;
588
+ margin-bottom : 0 ;
589
+ margin-top : 10px ;
590
+ }
591
+
592
+ .filtered-result {
593
+ margin-top : 30px ;
594
+ }
595
+
596
+ .tag-selectable {
597
+ margin-bottom : 16px ;
598
+ }
599
+
600
+ .tile-list {
601
+ flex-wrap : wrap ;
602
+ width : 100% ;
603
+ }
604
+
605
+ .margin-tile {
606
+ margin-right : 0 ;
607
+ }
608
+ }
You can’t perform that action at this time.
0 commit comments