UX: prevent social share content from overflowing container (#597)

This commit is contained in:
Kris 2024-04-30 09:47:21 -04:00 committed by GitHub
parent 32b3004ce9
commit 6860ee50be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -306,6 +306,11 @@ h1 h2 h3 h4 h5 h6 {
.post__content {
line-height: 1.4;
color: var(--primary-800);
overflow: hidden;
}
.post__content img {
max-width: 100%;
}
.post__content p:first-child {