diff --git a/final_project/css/style.css b/final_project/css/style.css index 5321451..f3da7dc 100644 --- a/final_project/css/style.css +++ b/final_project/css/style.css @@ -112,7 +112,7 @@ h1{ border-radius: 2.75px; background-color: white; box-shadow: 0 4px 8px 0 hsla(162, 93%, 72%, 0.87), 0 6px 20px 0 hsla(162, 93%, 72%, 0.87); - width: 400px; + width: 200px; } @@ -135,8 +135,6 @@ h1{ max-width: 25px; min-width: 25px; } - .bar{ - width: 350px; - } + } diff --git a/final_project/js/this.js b/final_project/js/this.js index a284a81..ce129d7 100644 --- a/final_project/js/this.js +++ b/final_project/js/this.js @@ -111,6 +111,6 @@ retrieveSavedText(); //setting width of bar based on day setInterval(function () { var now = new Date(); - document.getElementById('hours').style.width = ((now.getHours() / 24) * 300) + 'px'; -}, 250); + document.getElementById('hours').style.width = ((now.getHours() / 24) * 200) + 'px'; +}, 500);