From 79fa6979aa36b40983827fc5608b8bed85eea833 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 23 Dec 2017 20:08:09 +0100 Subject: Add existing ps.l.o site --- ps/in/europe/eu-style.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ps/in/europe/eu-style.css (limited to 'ps/in/europe/eu-style.css') diff --git a/ps/in/europe/eu-style.css b/ps/in/europe/eu-style.css new file mode 100644 index 0000000..d074b27 --- /dev/null +++ b/ps/in/europe/eu-style.css @@ -0,0 +1,30 @@ +body { + font-family: Abel, sans-serif; + background-color: white; +} + +body > header h1 { + margin: 0; + padding: 0; + font-family: "Cormorant Garamond", Garamond, Serif; +} + +body > main { + margin: 0 auto; + max-width: 42rem; +} + +body > footer { + position: fixed; + bottom: 0; + left: 0; + font-size: x-small; + padding: 0.5rem 2rem; +} + +#pdf button { + border: 1px solid; + border-radius: 0.25rem; + margin-bottom: 1rem; +} + -- cgit v1.2.3