mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
for-research: Fix incorrectly aligned image.
The image is aligned on left but should be on right.
This commit is contained in:
parent
5555864e54
commit
ccecb99227
@ -143,11 +143,6 @@
|
||||
</div>
|
||||
|
||||
<div class="feature-container">
|
||||
<div class="feature-half md-hide">
|
||||
<div class="feature-image">
|
||||
<img alt="" src="/static/images/landing-page/events/message_formatting_day.png" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-half">
|
||||
<div class="feature-text">
|
||||
<h1>
|
||||
@ -171,7 +166,7 @@
|
||||
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">I've been using <a href="https://twitter.com/zulip?ref_src=twsrc%5Etfw">@zulip</a> recently for my research collaborations, and I was pleasantly surprised how effective it is! The excellent LaTeX rendering and clever threading make it far superior to email and Slack. I found myself shifting most of my research correspondences to Zulip.</p>— Tom Gur (@TomGur) <a href="https://twitter.com/TomGur/status/1294322062274842624?ref_src=twsrc%5Etfw">August 14, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js"></script>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-half md-display">
|
||||
<div class="feature-half">
|
||||
<div class="feature-image">
|
||||
<img alt="" src="/static/images/landing-page/events/message_formatting_day.png" />
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user