Adapt bar status for portrait screens
This commit is contained in:
parent
57de3fb8a4
commit
ff224113cb
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue