Extra coming soon bits, readability for CSS

This commit is contained in:
daviac 2024-02-20 19:47:00 +11:00
parent abed711135
commit 30cd3d310c
2 changed files with 9 additions and 16 deletions

View File

@ -21,17 +21,15 @@
</ul> </ul>
<h3><a href="hillbilly1.php">Programming</a></h3> <h3><a href="hillbilly1.php">Programming</a></h3>
<div class="hidden-mobile"> <div class="hidden-mobile">
<h3>PCBs</h3> <h3>Coming Soon</h3>
<ul> <ul>
<li>Coming Soon</li> <li>PCBs</li>
</ul> <li>Hex Loader</li>
<h2>DAVIAC-2</h2> <li>DAVIAC-2</li>
<ul>
<li>Coming Soon </li>
</ul> </ul>
</div> </div>
<div class="shown-mobile"> <div class="shown-mobile">
<p>PCBs and DAVIAC-2 Coming Soon</p> <p>PCBs, hex loader and DAVIAC-2 Coming Soon</p>
</div> </div>
</div> <!-- sidebar --> </div> <!-- sidebar -->

View File

@ -58,15 +58,10 @@
font-size: 0.75rem; font-size: 0.75rem;
} }
} }
h1 { h1 { font-size: 1.5rem; }
font-size: 1.5rem; h2 { font-size: 1.0rem; }
}; h3 { font-size: 0.75rem; }
h2 { p { font-size: 0.75rem; }
font-size: 1.0rem;
}
h3 {
font-size: 0.75rem;
}
* { * {
margin: 2px; margin: 2px;
} }