aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 17:04:57 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 17:04:57 +0200
commitf97da18558c669bb60c5f5d4ea14014b376c3cde (patch)
tree526f8d37a3a00bb7198858d461cfc7a4a71f92bc
parentf966f8209371d4c49164d26ab78de4e993339742 (diff)
downloadmitjafelicijan.com-f97da18558c669bb60c5f5d4ea14014b376c3cde.tar.gz
update
-rw-r--r--_includes/frame.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/_includes/frame.css b/_includes/frame.css
deleted file mode 100644
index bacbccd..0000000
--- a/_includes/frame.css
+++ /dev/null
@@ -1,22 +0,0 @@
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}