From b9f129a6b57c16d168f00037b09a1ed433c1abee Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 16:47:05 +0200 Subject: update --- _includes/frame.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _includes/frame.css (limited to '_includes/frame.css') diff --git a/_includes/frame.css b/_includes/frame.css new file mode 100644 index 0000000..bacbccd --- /dev/null +++ b/_includes/frame.css @@ -0,0 +1,22 @@ +* { + box-sizing: border-box +} + +body { + font-family: 'Times New Roman', Times, serif; + font-size: 16px; + margin: 40px auto; + line-height: 1.6; + color: #000; + margin: 0; + padding: 0 0 50px 0; +} + +article, +main, +footer, +nav, +header { + max-width: 700px; + margin: 0 auto; +} -- cgit v1.2.3