Hide brackets on XS

This commit is contained in:
Joseph Schorr 2016-07-13 13:29:15 -04:00
parent 5ffacec4c2
commit 356fad4905

View file

@ -1,7 +1,7 @@
<div class="jumbotron landing">
<div class="landing-background"></div>
<div class="landing-content">
<h1>Quay <span class="bracket">[</span><span class="highlight">builds, analyzes, distributes</span><span class="bracket">]</span> your container images</h1>
<h1>Quay <span class="bracket hidden-xs">[</span><span class="highlight">builds, analyzes, distributes</span><span class="bracket hidden-xs">]</span> your container images</h1>
<div class="buttons">
<a href="/plans?trial-plan=free" class="btn highlighted">Try it for free</a>
<a href="/plans" class="btn">View plans</a>