mirror of https://github.com/zulip/zulip.git
portico: Fix bad image mirroring on /for/X pages.
Also mirror one image that should be mirrored but wasn't.
This commit is contained in:
parent
68055048a0
commit
98f6cdadab
|
@ -210,7 +210,7 @@
|
|||
</div>
|
||||
<div class="feature-half">
|
||||
<div class="feature-image">
|
||||
<img class="mirror-image" alt="" src="/static/images/landing-page/education/knowledge-repository.svg" />
|
||||
<img alt="" src="/static/images/landing-page/education/knowledge-repository.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -151,7 +151,7 @@
|
|||
<div class="feature-container alternate-grid">
|
||||
<div class="feature-half md-hide">
|
||||
<div class="feature-image">
|
||||
<img class="mirror-image" alt="" src="/static/images/landing-page/education/flexible-administration.svg" />
|
||||
<img alt="" src="/static/images/landing-page/education/flexible-administration.svg" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-half">
|
||||
|
@ -169,7 +169,7 @@
|
|||
</div>
|
||||
<div class="feature-half md-display">
|
||||
<div class="feature-image">
|
||||
<img class="mirror-image" alt="" src="/static/images/landing-page/education/flexible-administration.svg" />
|
||||
<img alt="" src="/static/images/landing-page/education/flexible-administration.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -173,7 +173,7 @@
|
|||
</div>
|
||||
<div class="feature-half">
|
||||
<div class="feature-image">
|
||||
<img class="mirror-image" alt="" src="/static/images/landing-page/education/knowledge-repository.svg" />
|
||||
<img alt="" src="/static/images/landing-page/education/knowledge-repository.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -600,7 +600,7 @@
|
|||
</div>
|
||||
<div class="feature-half">
|
||||
<div class="feature-image">
|
||||
<img alt="" src="/static/images/landing-page/education/mobile.svg" />
|
||||
<img class="mirror-image" alt="" src="/static/images/landing-page/education/mobile.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue