mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
set max width for tweets on small view -- fixes ios bug
This commit is contained in:
parent
f44ddbe7d3
commit
4bd6b239e2
1 changed files with 4 additions and 0 deletions
|
@ -1788,6 +1788,10 @@ img.comment-viz{
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
div{
|
||||||
|
width: 250px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.twitter-tweet{
|
.twitter-tweet{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue