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; 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'});