Skip to content

Commit 5d438bc

Browse files
committed
home
1 parent da0f3a6 commit 5d438bc

3 files changed

Lines changed: 40 additions & 2 deletions

File tree

assets/scss/common/_custom.scss

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,46 @@
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;

hugo_stats.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@
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",

layouts/include/how-to-use-section.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ <h2>
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

0 commit comments

Comments
 (0)