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