1
0
Fork 0

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

main
will 1 year ago
parent e06afbc23f
commit 9c8577f464

@ -89,6 +89,11 @@
position: relative;
}
#v3 {
font-size: .5em;
vertical-align: super;
white-space: nowrap;
}
@media (prefers-reduced-motion) {
#bubblecolumn {
display: none;
@ -103,7 +108,7 @@
}
@media (max-width: 43rem) {
h1 {
font-size: 10.5vw;
font-size: 13.5vw;
}
h1 + h2#caption {
font-size: 1.1em;
@ -288,7 +293,7 @@
<?php include('nav.php'); ?>
<main>
<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>
<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-->

Loading…
Cancel
Save