tweaks
This commit is contained in:
parent
5834fd3008
commit
bf1415ea3c
1 changed files with 4 additions and 4 deletions
|
|
@ -78,15 +78,15 @@
|
||||||
afterAlt="Satellite image of Russian base at Myrne taken on Oct. 20, 2020."
|
afterAlt="Satellite image of Russian base at Myrne taken on Oct. 20, 2020."
|
||||||
>
|
>
|
||||||
{#snippet beforeOverlay()}
|
{#snippet beforeOverlay()}
|
||||||
<div let:description={id} class="overlay p-3">
|
<div class="overlay p-3">
|
||||||
<p class="body-caption" {id}>
|
<p class="body-caption" id="aria-description-before">
|
||||||
On July 7, 2020, the base contained only a few transport vehicles.
|
On July 7, 2020, the base contained only a few transport vehicles.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{/snippet}
|
{/snippet}
|
||||||
{#snippet afterOverlay()}
|
{#snippet afterOverlay()}
|
||||||
<div let:description={id} class="overlay p-3">
|
<div class="overlay p-3">
|
||||||
<p class="body-caption" {id}>
|
<p class="body-caption" id="aria-description-after">
|
||||||
But by October, tanks and artillery could be seen.
|
But by October, tanks and artillery could be seen.
|
||||||
</p>
|
</p>
|
||||||
<p class="body-caption">
|
<p class="body-caption">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue