aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}