aboutsummaryrefslogtreecommitdiff
path: root/_includes/frame.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 16:47:05 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 16:47:05 +0200
commitb9f129a6b57c16d168f00037b09a1ed433c1abee (patch)
treeaa8ba171a8ee6fdda946c4ae64f1d3c19293d219 /_includes/frame.css
parent1ec8a37ab1e905ad5326ac1a3efe5adb82f484fc (diff)
downloadmitjafelicijan.com-b9f129a6b57c16d168f00037b09a1ed433c1abee.tar.gz
update
Diffstat (limited to '_includes/frame.css')
-rw-r--r--_includes/frame.css22
1 files changed, 22 insertions, 0 deletions
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 @@
1* {
2 box-sizing: border-box
3}
4
5body {
6 font-family: 'Times New Roman', Times, serif;
7 font-size: 16px;
8 margin: 40px auto;
9 line-height: 1.6;
10 color: #000;
11 margin: 0;
12 padding: 0 0 50px 0;
13}
14
15article,
16main,
17footer,
18nav,
19header {
20 max-width: 700px;
21 margin: 0 auto;
22}