Adapt bar status for portrait screens

This commit is contained in:
Henri Bergius 2017-11-30 18:49:48 +01:00
parent 57de3fb8a4
commit ff224113cb

View file

@ -8,16 +8,16 @@
<link rel="stylesheet" href="../theme/c-base.css">
<style>
h1 {
font-size: 8vh;
font-size: 8vmin;
width: 100vw;
text-align: center;
margin: 0px;
margin-top: 5vh;
padding: 0px;
line-height: 10vh;
line-height: 10vmin;
}
h2 {
font-size: 3vh;
font-size: 3vmin;
margin: 0px;
padding: 0px;
text-align: center;
@ -50,7 +50,7 @@
text-align: center;
margin-left: auto;
margin-right: auto;
font-size: 8vh;
font-size: 8vmin;
color: #fff;
}
</style>