Minor sizing tweaks
This commit is contained in:
parent
d891423354
commit
6e0434f8a0
1 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100vw;
|
width: 98vw;
|
||||||
height: 98vh;
|
height: 98vh;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -32,8 +32,8 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
cbase-polar {
|
cbase-polar {
|
||||||
height: 72vmin;
|
height: 70vmin;
|
||||||
width: 72vmin;
|
width: 70vmin;
|
||||||
}
|
}
|
||||||
@media (orientation: portrait) {
|
@media (orientation: portrait) {
|
||||||
p {
|
p {
|
||||||
|
@ -43,10 +43,10 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="station">
|
||||||
<main>
|
<main>
|
||||||
<h1>bar historical data</h1>
|
<h1>bar historical data</h1>
|
||||||
<cbase-polar timeseries="bar.open" days="90" size="72" percentage></cbase-polar>
|
<cbase-polar timeseries="bar.open" days="90" size="70" 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