replaced span with div for the compass item
All checks were successful
default-pipeline default-pipeline #143
All checks were successful
default-pipeline default-pipeline #143
This commit is contained in:
parent
98df08e5fa
commit
2a3f2212a7
@ -61,12 +61,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="navigation">
|
<div id="navigation">
|
||||||
<div class="navigationItem">
|
<div class="navigationItem">
|
||||||
<span>
|
<div>
|
||||||
<img src="<?= $_ENV['STATIC_ROOT'] ?>/img/circle_background.svg?rev=<?= REVISION ?>" alt="Circle Background" class="circleBackground" />
|
<img src="<?= $_ENV['STATIC_ROOT'] ?>/img/circle_background.svg?rev=<?= REVISION ?>" alt="Circle Background" class="circleBackground" />
|
||||||
</span>
|
</div>
|
||||||
<span>
|
<div>
|
||||||
<img id="compass" src="<?= $_ENV['STATIC_ROOT'] ?>/img/compass.svg?rev=<?= REVISION ?>" alt="compass icon" class="navigationIcon" />
|
<img id="compass" src="<?= $_ENV['STATIC_ROOT'] ?>/img/compass.svg?rev=<?= REVISION ?>" alt="compass icon" class="navigationIcon" />
|
||||||
</span>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="returnToStart" class="navigationItem">
|
<div id="returnToStart" class="navigationItem">
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user