From 8eb181029e8f2da5f2ac6effad3e017eab186a30 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 28 May 2018 14:36:14 -0500 Subject: [PATCH] minor' --- _layouts/post.html | 1 + _sass/main.scss | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/_layouts/post.html b/_layouts/post.html index 75e3056..e46d6ad 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,6 +3,7 @@ {{ page.title }} - michael's blog + diff --git a/_sass/main.scss b/_sass/main.scss index 83ce923..0a765ec 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -10,6 +10,10 @@ body { font-weight: 300; } +* { + box-sizing: border-box; +} + a { text-decoration: none; }