2
0

📝 Add 'upsell using ai chatbots' blog post (#1612)

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
This commit is contained in:
younesbenallal
2024-07-08 17:46:24 +02:00
committed by GitHub
parent 85e9a0c5e7
commit 2772d88e1a
10 changed files with 467 additions and 1 deletions

View File

@ -20,6 +20,12 @@
margin-right: auto;
}
@media screen and (max-width: 768px) {
.prose > * {
max-width: 100%;
}
}
.prose > *:not(img) {
width: 100%;
}