From 67b4bc2df9f6ce977bd91c7989361dd4e7c6e4ab Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Tue, 1 Nov 2016 20:28:24 +0100 Subject: [PATCH 1/3] fix formatting --- layouts/archive_page.erb | 89 +++++++++++++++++++--------------------- 1 file changed, 43 insertions(+), 46 deletions(-) diff --git a/layouts/archive_page.erb b/layouts/archive_page.erb index 6893969..f98b207 100644 --- a/layouts/archive_page.erb +++ b/layouts/archive_page.erb @@ -1,55 +1,52 @@
-
- +
+
-
+ <% end %> +
+ From e07d415441e17bbe80fbdf762014b1f9a5db95e4 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Tue, 1 Nov 2016 20:37:43 +0100 Subject: [PATCH 2/3] no rounded borders --- content/assets/stylesheets/includes/blogpost.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/content/assets/stylesheets/includes/blogpost.scss b/content/assets/stylesheets/includes/blogpost.scss index 0e57cd0..8a40efe 100644 --- a/content/assets/stylesheets/includes/blogpost.scss +++ b/content/assets/stylesheets/includes/blogpost.scss @@ -31,6 +31,7 @@ dl { .padbox { margin-bottom:10px; + border-radius: 0 !important; } .blogwidth{ From 0b8160d7ae5f6ec579aec29d18c399a94cd0d36a Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Tue, 1 Nov 2016 21:45:01 +0100 Subject: [PATCH 3/3] overflow hidden --- content/assets/stylesheets/main.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/assets/stylesheets/main.scss b/content/assets/stylesheets/main.scss index 289dca2..4362188 100644 --- a/content/assets/stylesheets/main.scss +++ b/content/assets/stylesheets/main.scss @@ -10,6 +10,8 @@ // Sticky footer body.site { + overflow-x: hidden; + display: flex; min-height: 100vh; flex-direction: column;