diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 16:47:05 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-08-06 16:47:05 +0200 |
| commit | b9f129a6b57c16d168f00037b09a1ed433c1abee (patch) | |
| tree | aa8ba171a8ee6fdda946c4ae64f1d3c19293d219 /_includes/frame.css | |
| parent | 1ec8a37ab1e905ad5326ac1a3efe5adb82f484fc (diff) | |
| download | mitjafelicijan.com-b9f129a6b57c16d168f00037b09a1ed433c1abee.tar.gz | |
update
Diffstat (limited to '_includes/frame.css')
| -rw-r--r-- | _includes/frame.css | 22 |
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 | |||
| 5 | body { | ||
| 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 | |||
| 15 | article, | ||
| 16 | main, | ||
| 17 | footer, | ||
| 18 | nav, | ||
| 19 | header { | ||
| 20 | max-width: 700px; | ||
| 21 | margin: 0 auto; | ||
| 22 | } | ||
