aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/style.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/style.html')
-rw-r--r--layouts/partials/style.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index bccfb8f..113d472 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -32,12 +32,24 @@
font-display: swap;
}
+ .font-small {
+ font-size: small;
+ }
+
body {
font-family: 'Computer Modern Serif', serif;
font-size: 13pt;
line-height: 100%;
}
+ .align-center {
+ text-align: center;
+ }
+
+ .align-right {
+ text-align: right
+ }
+
.page {
background: white;
display: block;
@@ -95,6 +107,7 @@
}
@media print {
+
body,
.page {
background: white;