engine/app/assets/style.css in good_job-2.12.2 vs engine/app/assets/style.css in good_job-2.13.0

- old
+ new

@@ -22,9 +22,11 @@ .chart-wrapper { position: relative; height: 200px; } -body { - /* Make room for the sticky footer */ - margin-bottom: 100px; +/* Break out of a container */ +.break-out { + width:100vw; + position:relative; + left:calc(-1 * (100vw - 100%)/2); }