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