summaryrefslogtreecommitdiff
path: root/handmade.css
diff options
context:
space:
mode:
Diffstat (limited to 'handmade.css')
-rw-r--r--handmade.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/handmade.css b/handmade.css
index 93a4281..1bea530 100644
--- a/handmade.css
+++ b/handmade.css
@@ -110,6 +110,20 @@ h3 {
font-size: 0.8rem;
}
+.footer {
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ width: 100%;
+ text-align: center;
+ font-size: 0.5rem;
+ margin-bottom: 0.2rem;
+}
+
+.footer > a {
+ font-size: 0.5rem;
+}
+
@media print {
body {
width: 21cm;
@@ -137,6 +151,10 @@ h3 {
margin-left: 3em;
margin-right: 8em;
}
+
+ .footer {
+ margin-bottom: 10mm;
+ }
}
@media screen and (width >= 1000px) {