aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..d260354
--- /dev/null
+++ b/style.css
@@ -0,0 +1,15 @@
+@page {
+ size: letter;
+ margin-left: 0.75in;
+ margin-right: 0.75in;
+ margin-top: 0.5in;
+ margin-bottom: 0.5in;
+}
+
+body {
+ font-size: 66.7%;
+}
+
+div {
+ column-count: 2;
+} \ No newline at end of file