set max width for tweets on small view -- fixes ios bug

This commit is contained in:
caseymm 2021-10-29 14:10:53 -07:00
parent f44ddbe7d3
commit 4bd6b239e2

View file

@ -1788,6 +1788,10 @@ img.comment-viz{
flex-direction: column;
justify-content: center;
align-items: center;
div{
width: 250px;
margin: auto;
}
}
.twitter-tweet{
width: 100%;