File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 183183 }
184184}
185185
186+ @media (max-width : 900px ) {
187+ .how-to-use-section {
188+ .how-to-use-cards {
189+ flex-wrap : wrap ;
190+ }
191+
192+ .how-to-use-card {
193+ flex : 1 1 100% ;
194+ max-width : 100% ;
195+ text-align : center ;
196+ }
197+
198+ .how-to-use-card .d-flex {
199+ flex-direction : column ;
200+ align-items : center ;
201+ justify-content : center ;
202+ gap : 1rem ;
203+ }
204+
205+ .how-to-use-card .text-start {
206+ text-align : center ;
207+ }
208+
209+ .how-to-use-card .d-flex > div {
210+ width : 100% ;
211+ }
212+
213+ .how-to-use-card .d-flex > div :first-child {
214+ display : flex ;
215+ justify-content : center ;
216+ }
217+
218+ .how-to-use-card .d-flex > div :last-child {
219+ display : flex ;
220+ flex-direction : column ;
221+ align-items : center ;
222+ }
223+ }
224+ }
225+
186226.home-hero-box {
187227 position : relative ;
188228 border-radius : 1.25rem ;
Original file line number Diff line number Diff line change 208208 " how-to-use-images" ,
209209 " how-to-use-images-row" ,
210210 " how-to-use-section" ,
211- " how-to-use-steps" ,
212211 " hr" ,
213212 " icon" ,
214213 " icon-green" ,
Original file line number Diff line number Diff line change 4949 < a href ='/docs/how-to/send-messages '>
5050 Send messages via HTTP API
5151 </ a >
52- < br >
5352 or
5453 < a href ='/docs/how-to/receive-messages '>
5554 receive via Webhook
You can’t perform that action at this time.
0 commit comments