From 270ce222c468620a54e084fdec6085e4801c6bbc Mon Sep 17 00:00:00 2001 From: squirelo Date: Fri, 3 Oct 2014 10:37:57 +0200 Subject: [PATCH 1/2] comment js resize --- js/global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/global.js b/js/global.js index adf112e..2bafb84 100644 --- a/js/global.js +++ b/js/global.js @@ -1,4 +1,4 @@ - +/* resize .full-image class when the windows height change */ $(document).ready(function() { $('.full-image').css({'height':(($(window).height()))+'px'}); From 4573b2bb0aa156153f5267e9b1cd0164f2c324c6 Mon Sep 17 00:00:00 2001 From: squirelo Date: Fri, 3 Oct 2014 10:49:42 +0200 Subject: [PATCH 2/2] fix page title design --- css/custom.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 8bb6618..8105012 100755 --- a/css/custom.css +++ b/css/custom.css @@ -30,7 +30,9 @@ Left column color: #fff; font-weight: 700; font-size: 36px; - padding: 24px 0 0 24px; + margin: 48px; + border: 2px solid white; + text-align: center; } .full-image { display: block;