feat: 💄 shorten image captions for mobile
This commit is contained in:
parent
0bdd7c1c61
commit
e0f87d054c
1 changed files with 8 additions and 5 deletions
11
src/App.vue
11
src/App.vue
|
@ -338,8 +338,11 @@
|
||||||
|
|
||||||
<div class="prose">
|
<div class="prose">
|
||||||
<p>
|
<p>
|
||||||
|
<strong>
|
||||||
The following photos are for illustration purposes only. The
|
The following photos are for illustration purposes only. The
|
||||||
clothing shown is not to be taken literally. The design may differ!
|
clothing shown is not to be taken literally. The design may
|
||||||
|
differ!
|
||||||
|
</strong>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -352,12 +355,12 @@
|
||||||
<figure>
|
<figure>
|
||||||
<img src="@img/clothes-ref/warm/shorts.jpg" alt="Shorts" />
|
<img src="@img/clothes-ref/warm/shorts.jpg" alt="Shorts" />
|
||||||
<figcaption>
|
<figcaption>
|
||||||
Short shorts (knee-long) with dangling bands
|
Short shorts with dangling bands
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<figure>
|
<figure>
|
||||||
<img src="@img/clothes-ref/warm/hoodie.jpg" alt="Hoodie" />
|
<img src="@img/clothes-ref/warm/hoodie.jpg" alt="Hoodie" />
|
||||||
<figcaption>Sweater/Hoodie tied around waist</figcaption>
|
<figcaption>Tong sleeve top tied around waist</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<figure>
|
<figure>
|
||||||
<img src="@img/clothes-ref/warm/sneakers.jpg" alt="Sneakers" />
|
<img src="@img/clothes-ref/warm/sneakers.jpg" alt="Sneakers" />
|
||||||
|
@ -394,7 +397,7 @@
|
||||||
<figure>
|
<figure>
|
||||||
<img src="@img/clothes-ref/workout/hoodie.jpg" alt="Hoodie" />
|
<img src="@img/clothes-ref/workout/hoodie.jpg" alt="Hoodie" />
|
||||||
<figcaption>
|
<figcaption>
|
||||||
<strong>Either</strong> Sleeveless Hoodie (unzipped, hood on)
|
<strong>Either</strong> Hoodie (unzipped, hood on)
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<figure>
|
<figure>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue