Minor display tweaking
This commit is contained in:
parent
9f7436f60a
commit
c737030e03
1 changed files with 7 additions and 7 deletions
|
@ -10,12 +10,12 @@
|
||||||
<link rel="stylesheet" href="../theme/c-base.css">
|
<link rel="stylesheet" href="../theme/c-base.css">
|
||||||
<style>
|
<style>
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 8vmin;
|
font-size: 6vmin;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0px;
|
line-height: 8vmin;
|
||||||
padding: 0px;
|
margin-bottom: 0px;
|
||||||
line-height: 10vmin;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -33,8 +33,8 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
cbase-polar {
|
cbase-polar {
|
||||||
height: 70vmin;
|
height: 65vmin;
|
||||||
width: 70vmin;
|
width: 65vmin;
|
||||||
}
|
}
|
||||||
@media (orientation: portrait) {
|
@media (orientation: portrait) {
|
||||||
p {
|
p {
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
<body class="station">
|
<body class="station">
|
||||||
<main>
|
<main>
|
||||||
<h1>bar historical data</h1>
|
<h1>bar historical data</h1>
|
||||||
<cbase-polar timeseries="bar.open" days="90" size="70" percentage></cbase-polar>
|
<cbase-polar timeseries="bar.open" days="90" size="65" percentage></cbase-polar>
|
||||||
<p>
|
<p>
|
||||||
Likelihood of bar being open at a given hour. Based on last 90 days.
|
Likelihood of bar being open at a given hour. Based on last 90 days.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue