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/ui/css/dpdg.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ps/ui/css/dpdg.css (limited to 'ps/ui/css/dpdg.css') diff --git a/ps/ui/css/dpdg.css b/ps/ui/css/dpdg.css new file mode 100644 index 0000000..f41de8b --- /dev/null +++ b/ps/ui/css/dpdg.css @@ -0,0 +1,22 @@ +body { + font-family: 'Cormorant Garamond'; +} + +main { + margin: 0 auto; + width: 80%; +} + +main article { + padding: 2%; + font-size: 150%; + max-width: 60rem; +} + +section { + margin-top: 10rem; +} + +section h3 + p, h2 + p { + font-size: 150%; +} \ No newline at end of file -- cgit v1.2.3