summaryrefslogtreecommitdiffstats
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el17
1 files changed, 16 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index 11f3aee..76019f5 100644
--- a/publish.el
+++ b/publish.el
@@ -52,11 +52,22 @@
<li>© 2022 <a href=\"https://yannherklotz.com\">Yann Herklotz</a></li>
<li><a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">CC BY-SA 4.0</a></li></ul>"
:html-head "<style>
-body { max-width:90rem; }
+body { margin: 0; font-family: monospace; }
.title {
text-align:center;
font-size:2.5em;
}
+.outline-text-2 {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ background-color: #d3d5ef;
+ text-align: center;
+ padding: 2rem 10rem;
+}
+.outline-text-2 > * {
+ margin: 1rem auto;
+}
table { border-collapse: collapse; }
img { max-width:100%; }
table {
@@ -72,6 +83,10 @@ table > thead > tr > :is(th, td) {
border-bottom: 1px solid;
}
table > tbody > tr:last-child > :is(th, td) { border-bottom: 2px solid; }
+h2, h3, h4, h5, h6, p, ul {
+ max-width: 50rem;
+ margin: 1rem auto;
+}
#postamble { padding: 1.5rem 0; text-align: center; }
#postamble ul li { display: inline-block; }
#postamble ul { padding: 0; }