From fccb30fe894d372c1f011d00d252da3168dea4a4 Mon Sep 17 00:00:00 2001 From: Sean Marcia Date: Fri, 22 Jul 2016 14:31:39 -0400 Subject: [PATCH 1/2] Added some padding to the navbar and the body so the text isnt right up against the sides of the screens. --- app/assets/stylesheets/main.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index af44a4f..f6fe268 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -3,6 +3,14 @@ margin-right: auto; } +body { + padding: 0px 15px 15px 15px; +} + +.navbar { + padding-left: 15px +} + h2 { text-align: center; } From b67b5c38d7d5ec99819e3f290a79113795d1408d Mon Sep 17 00:00:00 2001 From: Sean Marcia Date: Fri, 22 Jul 2016 14:34:24 -0400 Subject: [PATCH 2/2] hound fix --- app/assets/stylesheets/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index f6fe268..653c9f5 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -8,7 +8,7 @@ body { } .navbar { - padding-left: 15px + padding-left: 15px; } h2 {