2
0
Files
bot/ee/apps/landing-page/assets/prose.css
younesbenallal 2772d88e1a 📝 Add 'upsell using ai chatbots' blog post (#1612)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-07-08 17:46:24 +02:00

36 lines
541 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--sh-class: #5395e5;
--sh-identifier: white;
--sh-sign: #8996a3;
--sh-property: #5395e5;
--sh-entity: #249a97;
--sh-jsxliterals: #6266d1;
--sh-string: #00a99a;
--sh-keyword: #f47067;
--sh-comment: #a19595;
}
.prose > * {
max-width: 46rem;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 768px) {
.prose > * {
max-width: 100%;
}
}
.prose > *:not(img) {
width: 100%;
}
.prose > iframe {
border-radius: 0.5rem;
}