From 54dc06385aba50a73dbebc967b0ea053b2acc3a0 Mon Sep 17 00:00:00 2001
From: agusmakmun <summon.agus@gmail.com>
Date: Tue, 19 Apr 2016 14:35:46 +0700
Subject: [PATCH] Fix HR

---
 css/main.css | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/css/main.css b/css/main.css
index c78ef64..f93d473 100755
--- a/css/main.css
+++ b/css/main.css
@@ -11,7 +11,13 @@ body {
     color: #666;
     font-weight: 300;
 }
-
+hr {
+    margin-top: 20px;
+    margin-bottom: 20px;
+    border: 0;
+    border-top: 1px solid #F7F1F1;
+    border-bottom: 1px solid #fff;
+}
 /*
 @media (min-width: 768px) {
   .container {
@@ -101,7 +107,7 @@ div.content .highlight {
 }
 
 footer {
-    border-top: 1px solid #E6E6E6;
+    border-top: 1px solid #F7F1F1;
     width: 100%;
     height: 10px;
     margin-top: 10px;
-- 
GitLab