1
0
Fork 0

"v3" on landing page is now superscript to allow for bigger fontsize on mobile

This commit is contained in:
will 2023-02-27 00:01:16 -07:00
parent e06afbc23f
commit 9c8577f464

View file

@ -89,6 +89,11 @@
position: relative; position: relative;
} }
#v3 {
font-size: .5em;
vertical-align: super;
white-space: nowrap;
}
@media (prefers-reduced-motion) { @media (prefers-reduced-motion) {
#bubblecolumn { #bubblecolumn {
display: none; display: none;
@ -103,7 +108,7 @@
} }
@media (max-width: 43rem) { @media (max-width: 43rem) {
h1 { h1 {
font-size: 10.5vw; font-size: 13.5vw;
} }
h1 + h2#caption { h1 + h2#caption {
font-size: 1.1em; font-size: 1.1em;
@ -288,7 +293,7 @@
<?php include('nav.php'); ?> <?php include('nav.php'); ?>
<main> <main>
<div> <div>
<h1 style="margin-top: 0;">isopod.cool v3</h1> <h1 style="margin-top: 0;">isopod.cool<span id="v3">v3</span></h1>
<h2 id="caption"><?php echo $cap; ?></h2> <h2 id="caption"><?php echo $cap; ?></h2>
<nav id="webrings"> <nav id="webrings">
<!--div><a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://isopod.cool/">&lt;</a><a href="https://yesterweb.org/webring/">yester webring</a><a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://isopod.cool/">?</a><a href="https://webring.yesterweb.org/noJS/index.php?d=next&https://isopod.cool/">&gt;</a></div--> <!--div><a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://isopod.cool/">&lt;</a><a href="https://yesterweb.org/webring/">yester webring</a><a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://isopod.cool/">?</a><a href="https://webring.yesterweb.org/noJS/index.php?d=next&https://isopod.cool/">&gt;</a></div-->