Mobile.
This commit is contained in:
@@ -93,13 +93,13 @@ $next = $sites[($index + 1) % $total];
|
|||||||
$prev,
|
$prev,
|
||||||
ENT_QUOTES | ENT_SUBSTITUTE,
|
ENT_QUOTES | ENT_SUBSTITUTE,
|
||||||
"UTF-8",
|
"UTF-8",
|
||||||
) ?>" target="_top" rel="noopener noreferrer">← PREV</a>
|
) ?>" target="_top" rel="noopener noreferrer">← <span class="navtxt">PREV</span></a>
|
||||||
<span aria-hidden="true" class="specialtxt">The Ringularity</span>
|
<span aria-hidden="true" class="specialtxt">The Ringularity</span>
|
||||||
<a href="https://<?= htmlspecialchars(
|
<a href="https://<?= htmlspecialchars(
|
||||||
$next,
|
$next,
|
||||||
ENT_QUOTES | ENT_SUBSTITUTE,
|
ENT_QUOTES | ENT_SUBSTITUTE,
|
||||||
"UTF-8",
|
"UTF-8",
|
||||||
) ?>" target="_top" rel="noopener noreferrer">NEXT →</a>
|
) ?>" target="_top" rel="noopener noreferrer"><span class="navtxt">NEXT</span> →</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style nonce="<?= htmlspecialchars(
|
<style nonce="<?= htmlspecialchars(
|
||||||
@@ -261,4 +261,7 @@ p {
|
|||||||
transform: rotate(360deg) scaleX(4) scaleY(1.5);
|
transform: rotate(360deg) scaleX(4) scaleY(1.5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width:500px) {
|
||||||
|
.navtxt {display: none;}}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user