diff --git a/stylesheets/jungle.css b/stylesheets/jungle.css index d4260c33..e1fa38ba 100644 --- a/stylesheets/jungle.css +++ b/stylesheets/jungle.css @@ -20,7 +20,9 @@ body { .bar.top { position: relative; - width: 100vw; + width: calc(100% + 8px); + box-sizing: border-box; + padding: 0 .25em; left: -4px; }