1
0

style/layout tweaks

This commit is contained in:
Simon Michael
2023-12-28 13:09:13 -10:00
parent 1194bce8f5
commit 1be71fe211
2 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ body {
font-size:large;
}
h1 { font-size: 5rem; }
h2 { font-size: 4rem; }
h3 { font-size: 3rem; }
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
white-space:nowrap;

View File

@@ -2,8 +2,8 @@
<!-- For editing tips, see ../README.md -->
<div style="float:right; width:30%; margin:0 1em; position:relative; top:-4em; z-index:-1;">
<img src="images/pta-avatar.jpg" width=250 style="border-radius:50%;">
<div style="float:right; width:30%; margin:0 1em; z-index:-1;">
<img src="images/pta-avatar.jpg" width=200 style="border-radius:50%;">
</div>
<div id="intro" style="font-size:larger;">
@@ -405,6 +405,7 @@ Generally it's possible to migrate data between them.
<style>
th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid #ddd; white-space:nowrap; }
a { white-space:nowrap; }
</style>
<!--
Table syntax: https://pandoc.org/README.html#tables