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>
<h3><a href="hillbilly1.php">Programming</a></h3>
<div class="hidden-mobile">
<h3>PCBs</h3>
<h3>Coming Soon</h3>
<ul>
<li>Coming Soon</li>
</ul>
<h2>DAVIAC-2</h2>
<ul>
<li>Coming Soon </li>
<li>PCBs</li>
<li>Hex Loader</li>
<li>DAVIAC-2</li>
</ul>
</div>
<div class="shown-mobile">
<p>PCBs and DAVIAC-2 Coming Soon</p>
<p>PCBs, hex loader and DAVIAC-2 Coming Soon</p>
</div>
</div> <!-- sidebar -->

View File

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