From 49add96ed903132e2fdababe692f6f07788d3302 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 4 Oct 2015 22:18:33 +0300
Subject: [PATCH] Wider margins in the CSS.

---
 resume.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/resume.css b/resume.css
index b12d007..22e374e 100644
--- a/resume.css
+++ b/resume.css
@@ -16,8 +16,8 @@ article, aside, canvas, details, embed,
 figure, figcaption, footer, header, hgroup,
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
-	margin: 0;
-	padding: 0;
+	margin: 120;
+	padding: 120;
 	border: 0;
 	font-size: 100%;
 	font: inherit;
-- 
GitLab