bar historical data
-Likelihood of bar being open at a given hour. Based on last 90 days.
diff --git a/bar-history/index.html b/bar-history/index.html index ba15c66..d026350 100644 --- a/bar-history/index.html +++ b/bar-history/index.html @@ -18,7 +18,7 @@ } main { display: flex; - width: 100vw; + width: 98vw; height: 98vh; align-items: center; justify-content: center; @@ -32,8 +32,8 @@ text-align: center; } cbase-polar { - height: 72vmin; - width: 72vmin; + height: 70vmin; + width: 70vmin; } @media (orientation: portrait) { p { @@ -43,10 +43,10 @@ } -
+Likelihood of bar being open at a given hour. Based on last 90 days.