Change the Presentation of a bar chart: FIX

If you have ever been stuck in the free code camp bar chart challenge: change the presentaion of a bar chart then this article is for you.
Upon research I discoverd that the issue lies the value obtained by the test suites or checkers. In my code I logged to the console the computed values and could see that the differ. Seeing this allowed me to manually resize my chrome window as well as adjust text sizing and appearance in system settings until the test passed. This should resolve your problem. Happy coding!!!

.bar { width: 25px; height: 100px; /* Add your code below this line */ margin: 2px; /* Add your code above this line */ display: inline-block; background-color: blue; }